[tor-commits] [oonib/master] Bump to version 1.2.0

art at torproject.org art at torproject.org
Mon May 9 17:57:03 UTC 2016


commit c1f2125e5d72fc376fdf67e7f1fef20bac04eea8
Author: Arturo Filastò <arturo at filasto.net>
Date:   Fri Apr 22 13:30:00 2016 +0200

    Bump to version 1.2.0
---
 ChangeLog.rst     | 6 ++++++
 oonib/__init__.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 499a902..b318708 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,11 @@
 ChangeLog
 =========
+
+1.2.0 (XXX, XXX Apr 2016)
+-------------------------
+
+* Add support for receiving JSON based reports
+
 1.1.4 (Wed, 1 Oct 2014)
 -----------------------
 
diff --git a/oonib/__init__.py b/oonib/__init__.py
index 2593f7d..b8e196a 100644
--- a/oonib/__init__.py
+++ b/oonib/__init__.py
@@ -3,7 +3,7 @@ In here we shall keep track of all variables and objects that should be
 instantiated only once and be common to pieces of GLBackend code.
 """
 
-__version__ = '1.1.4'
+__version__ = '1.2.0'
 
 __all__ = ['Storage', 'randomStr']
 





More information about the tor-commits mailing list