From: Rob Golding Date: Mon, 14 Mar 2016 01:59:54 +0000 (+0700) Subject: Bump version for 1.0.0 release X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/5a63f486c55a29160f693f238971aa43d07aecff?ds=sidebyside Bump version for 1.0.0 release --- diff --git a/docs/conf.py b/docs/conf.py index d1a1ce1..2da9bac 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 = '0.12.1' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.12.1' +release = '1.0.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 b7ebe9c..b46f8f7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages install_requirements = ['six==1.5.2', 'pytz', 'tzlocal'] -version = '0.12.1' +version = '1.0.0' try: import importlib