diff --git a/ChangeLog.rst b/ChangeLog.rst index 450182b0..817d5c41 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,12 @@ ChangeLog ========= +1.3.3 (Thu, 2 Feb 2017) +------------------------- +* Add support for allows clients to send HTTP request headers + +* Ignore redirects to localhost + 1.3.2 (Mon, 30 Jan 2017) ------------------------- diff --git a/oonib/__init__.py b/oonib/__init__.py index 74b65f41..3e42ddbd 100644 --- a/oonib/__init__.py +++ b/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']