From 8d0f835b542ccb4156bbe163a5d2bce1ccc8b60b Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 5 Sep 2015 18:25:18 -1000 Subject: [PATCH] version bump to v0.3.0 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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,