From ccb09876a201e75f5c5810392d4db7a8708b90cb Mon Sep 17 00:00:00 2001 From: Aleksandr Ivanovskiy Date: Thu, 5 Jan 2017 00:30:38 +0300 Subject: [PATCH] Bump version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 235087d..fb05955 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ # The short X.Y version. version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.2.0' +release = '1.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 78b04b6..d39abb0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '1.2.0' +version = '1.2.1' setup( name='webium',