diff --git a/README.rst b/README.rst index 9ca8b3f..c9d2b10 100644 --- a/README.rst +++ b/README.rst @@ -194,6 +194,8 @@ Or run it directly: Changelog --------- +- 0.3.0: A number of new features, including a /range endpoint, lots of + bugfixes, and a /encoding/utf8 endpoint - 0.2.0: Added an XML endpoint. Also fixes several bugs with unicode, CORS headers, digest auth, and more. - 0.1.2: Fix a couple Python3 bugs with the random byte endpoints, fix diff --git a/setup.py b/setup.py index c7194ef..0a3c386 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = open( setup( name="httpbin", - version="0.2.1", + version="0.3.0", description="HTTP Request and Response Service", long_description=long_description,