From: Rob Golding Date: Fri, 20 Feb 2015 20:52:48 +0000 (+0000) Subject: The next version will be 0.9.0 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/25cb6fdb4047faed0aa2400b1b127fe8f4237f67?ds=sidebyside The next version will be 0.9.0 --- diff --git a/docs/conf.py b/docs/conf.py index a046e31..324681c 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.8.0' +version = '0.9.0-dev' # The full version, including alpha/beta/rc tags. -release = '0.8.0' +release = '0.9.0-dev' # 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 d5f45f5..e9f6efc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.8.0' +version = '0.9.0-dev' setup( name='tasklib',