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'