Skip to content

Commit 67aaca3

Browse files
committed
Bump version number to 0.8.5
1 parent f46796b commit 67aaca3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.8.4'
58+
version = '0.8.5'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.8.4'
60+
release = '0.8.5'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(fname):
2626

2727
setup(
2828
name="python-taiga",
29-
version="0.8.4",
29+
version="0.8.5",
3030
packages=find_packages(),
3131
include_package_data=True,
3232
description="Taiga python API",

taiga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Taiga Python API library
77
"""
8-
__version__ = '0.8.4'
8+
__version__ = '0.8.5'
99
__author__ = 'Nephila'
1010
__license__ = 'MIT'
1111

0 commit comments

Comments
 (0)