From: Rob Golding Date: Sun, 15 Nov 2015 04:39:37 +0000 (+0700) Subject: Bump version for 0.11.0 release X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/b460700187c52de135a5fb55a72cea0bd9faee67 Bump version for 0.11.0 release --- diff --git a/docs/conf.py b/docs/conf.py index 8bb5ad5..3333347 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.10.0' +version = '0.11.0' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.11.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 27e369f..ddca694 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.10.0' +version = '0.11.0' try: import importlib