From dd30614efa321db64ce325ee92d4bf12233b3199 Mon Sep 17 00:00:00 2001 From: Alexey Popravka Date: Wed, 3 Jun 2015 10:44:39 +0300 Subject: [PATCH] version bumped v0.1.5 -> v0.2.0 --- aioredis/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aioredis/__init__.py b/aioredis/__init__.py index d7d5db19b..fd767ddac 100644 --- a/aioredis/__init__.py +++ b/aioredis/__init__.py @@ -11,7 +11,7 @@ ) -__version__ = '0.1.5' +__version__ = '0.2.0' # make pyflakes happy (create_connection, RedisConnection, diff --git a/docs/conf.py b/docs/conf.py index 61883f4e2..fbe4c4b36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.5' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.