From 67aaca33ac44b87f6d1f692b5a195089b08baeef Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Wed, 2 Mar 2016 15:04:26 +0100 Subject: [PATCH] Bump version number to 0.8.5 --- docs/conf.py | 4 ++-- setup.py | 2 +- taiga/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b67d1c3..da68dac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.8.4' +version = '0.8.5' # The full version, including alpha/beta/rc tags. -release = '0.8.4' +release = '0.8.5' # 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 3a4ea63..cc07c16 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(fname): setup( name="python-taiga", - version="0.8.4", + version="0.8.5", packages=find_packages(), include_package_data=True, description="Taiga python API", diff --git a/taiga/__init__.py b/taiga/__init__.py index 9493c0a..19f4ef5 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,7 +5,7 @@ """ Taiga Python API library """ -__version__ = '0.8.4' +__version__ = '0.8.5' __author__ = 'Nephila' __license__ = 'MIT'