From 5395ce8275c87526b443cfc63c4db37e4b1f3ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Thu, 2 Feb 2017 16:23:30 +0000 Subject: [PATCH] Bump version, update changelog --- ChangeLog.rst | 6 ++++++ oonib/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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']