From: Rob Golding Date: Thu, 15 Jan 2015 11:46:06 +0000 (+0000) Subject: Bump version for 0.7.1 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/7f66ed3ea23e33750c43bf4abc6092a6e2c5a584?ds=inline Bump version for 0.7.1 --- diff --git a/docs/conf.py b/docs/conf.py index 1b455c6..e83a5e3 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-dev' +version = '0.7.1' # The full version, including alpha/beta/rc tags. -release = '0.7.1-dev' +release = '0.7.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 48b3d55..64018ea 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.7.1-dev' +version = '0.7.1' setup( name='tasklib',