commit 34fdadd8e050ed980fc357278df6ef47b804c406 Author: Arturo Filastò art@fuffa.org Date: Fri Jan 31 11:30:11 2014 +0100
Bump to 1.0.0-rc6 --- oonib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oonib/__init__.py b/oonib/__init__.py index 32c4c83..be102df 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-rc5' +__version__ = '1.0.0-rc6'
__all__ = ['Storage', 'randomStr']
tor-commits@lists.torproject.org