
31 Jan
2014
31 Jan
'14
10:32 a.m.
commit 46788d7231bf628c1aa50b022fd6157d9ac86491 Author: Arturo Filastò <art@fuffa.org> Date: Thu Sep 12 17:52:37 2013 +0200 bump to v1.0.0-rc5 --- oonib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oonib/__init__.py b/oonib/__init__.py index b5ae531..32c4c83 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.0.0-rc4' +__version__ = '1.0.0-rc5' __all__ = ['Storage', 'randomStr']