We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5054b86 commit 7d0b818Copy full SHA for 7d0b818
CHANGES.md
@@ -1,3 +1,7 @@
1
+2.0.1.0 (2016-07-07)
2
+====================
3
+- Fixes bug parsing chunked HTTP responses
4
+
5
2.0.0.0 (2016-06-21)
6
====================
7
- Major version bump; client APIs have changed to raise exceptions
sift/version.py
@@ -1,2 +1,2 @@
-VERSION = '2.0.0.0'
+VERSION = '2.0.1.0'
API_VERSION = '203'
0 commit comments