From: Rob Golding Date: Fri, 20 Jan 2017 21:13:34 +0000 (+0000) Subject: Bump version for 1.1.0 release X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/31180d0579c5d9d104280c00529fb8231297fc5a Bump version for 1.1.0 release --- diff --git a/docs/conf.py b/docs/conf.py index 2da9bac..596f56b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, Rob Golding' # built documents. # # The short X.Y version. -version = '1.0.0' +version = '1.1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.1.0' # 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 2b09f1b..360504e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages install_requirements = ['six>=1.4', 'pytz', 'tzlocal'] -version = '1.0.0' +version = '1.1.0' try: import importlib