From fbc33f8b54a71ec127075e31cdc9e54f5887f044 Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Fri, 26 Aug 2016 19:15:16 +0200 Subject: [PATCH] Bump version number to 0.8.6 --- 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 da68dac..afd47fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.8.5' +version = '0.8.6' # The full version, including alpha/beta/rc tags. -release = '0.8.5' +release = '0.8.6' # 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 cc07c16..e153c98 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(fname): setup( name="python-taiga", - version="0.8.5", + version="0.8.6", packages=find_packages(), include_package_data=True, description="Taiga python API", diff --git a/taiga/__init__.py b/taiga/__init__.py index 19f4ef5..343777a 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,7 +5,7 @@ """ Taiga Python API library """ -__version__ = '0.8.5' +__version__ = '0.8.6' __author__ = 'Nephila' __license__ = 'MIT'