Loading ChangeLog.rst +5 −0 Original line number Diff line number Diff line ChangeLog ========= 1.1.4 (Wed, 1 Oct 2014) ----------------------- * Fix bug that lead test helpers to not being started 1.1.3 (Mon, 29 Sep 2014) ----------------------- Loading oonib/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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.3' __version__ = '1.1.4' __all__ = ['Storage', 'randomStr'] Loading Loading
ChangeLog.rst +5 −0 Original line number Diff line number Diff line ChangeLog ========= 1.1.4 (Wed, 1 Oct 2014) ----------------------- * Fix bug that lead test helpers to not being started 1.1.3 (Mon, 29 Sep 2014) ----------------------- Loading
oonib/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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.3' __version__ = '1.1.4' __all__ = ['Storage', 'randomStr'] Loading