From a2da3d5c99b48296bca78ce118daceb205cf2048 Mon Sep 17 00:00:00 2001 From: Alexey Popravka Date: Fri, 17 Nov 2017 21:24:41 +0200 Subject: [PATCH] bump version: v1.0.0b2 -> v1.0.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 9bbf1b3ce..8dc1644cf 100644 --- a/aioredis/__init__.py +++ b/aioredis/__init__.py @@ -28,7 +28,7 @@ ) -__version__ = '1.0.0b2' +__version__ = '1.0.0' __all__ = [ # Factories diff --git a/docs/conf.py b/docs/conf.py index 0976406c3..a1e0394b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # General information about the project. project = 'aioredis' -copyright = '2014-2016, Alexey Popravka' +copyright = '2014-2017, Alexey Popravka' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -69,7 +69,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0b2' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.