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 6f92669 commit 5395ce8Copy full SHA for 5395ce8
ChangeLog.rst
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
4
+1.3.3 (Thu, 2 Feb 2017)
5
+-------------------------
6
+* Add support for allows clients to send HTTP request headers
7
+
8
+* Ignore redirects to localhost
9
10
1.3.2 (Mon, 30 Jan 2017)
11
-------------------------
12
oonib/__init__.py
@@ -3,7 +3,7 @@
instantiated only once and be common to pieces of GLBackend code.
"""
-__version__ = '1.3.2'
+__version__ = '1.3.3'
__all__ = ['Storage', 'randomStr']
0 commit comments