From: Rob Golding Date: Mon, 19 Jan 2015 08:51:54 +0000 (+0000) Subject: The next version will be 0.8.0 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/0a81a5d1dadea87ce86cc42bcc8db7817fb35f91 The next version will be 0.8.0 --- diff --git a/docs/conf.py b/docs/conf.py index e83a5e3..7844f04 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.7.1' +version = '0.8.0-dev' # The full version, including alpha/beta/rc tags. -release = '0.7.1' +release = '0.8.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 64018ea..eca0ab2 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.7.1' +version = '0.8.0-dev' setup( name='tasklib',