We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5495f47 commit fbc33f8Copy full SHA for fbc33f8
3 files changed
docs/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '0.8.5'
+version = '0.8.6'
59
# The full version, including alpha/beta/rc tags.
60
-release = '0.8.5'
+release = '0.8.6'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
setup.py
@@ -26,7 +26,7 @@ def read(fname):
26
27
setup(
28
name="python-taiga",
29
- version="0.8.5",
+ version="0.8.6",
30
packages=find_packages(),
31
include_package_data=True,
32
description="Taiga python API",
taiga/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
Taiga Python API library
7
8
-__version__ = '0.8.5'
+__version__ = '0.8.6'
9
__author__ = 'Nephila'
10
__license__ = 'MIT'
11
0 commit comments