From: Rob Golding-Day Date: Mon, 13 May 2019 14:40:07 +0000 (+0100) Subject: Bump version for 1.2.0 release X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/922cec4a15255e90f69356886de250de034372d1?hp=-c Bump version for 1.2.0 release --- 922cec4a15255e90f69356886de250de034372d1 diff --git a/docs/conf.py b/docs/conf.py index 596f56b..9c7dbed 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.1.0' +version = '1.2.0' # The full version, including alpha/beta/rc tags. -release = '1.1.0' +release = '1.2.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 360504e..510136e 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.1.0' +version = '1.2.0' try: import importlib