Skip to content

Commit 5395ce8

Browse files
committed
Bump version, update changelog
1 parent 6f92669 commit 5395ce8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
ChangeLog
22
=========
33

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+
410
1.3.2 (Mon, 30 Jan 2017)
511
-------------------------
612

oonib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
instantiated only once and be common to pieces of GLBackend code.
44
"""
55

6-
__version__ = '1.3.2'
6+
__version__ = '1.3.3'
77

88
__all__ = ['Storage', 'randomStr']
99

0 commit comments

Comments
 (0)