From: Rob Golding-Day Date: Mon, 27 May 2019 18:57:45 +0000 (+0100) Subject: Bump version for 1.2.1 release X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/78c3a65ed4d4048d54cbabc52ddd1afb5da3d736?hp=de0d843d5b31a9b2c8e78819020a59d252e18e39 Bump version for 1.2.1 release --- diff --git a/docs/conf.py b/docs/conf.py index 9c7dbed..3892461 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.2.0' +version = '1.2.1' # 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 510136e..42da23e 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.2.0' +version = '1.2.1' try: import importlib