File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '0.8.4 '
58
+ version = '0.8.5 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '0.8.4 '
60
+ release = '0.8.5 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def read(fname):
26
26
27
27
setup (
28
28
name = "python-taiga" ,
29
- version = "0.8.4 " ,
29
+ version = "0.8.5 " ,
30
30
packages = find_packages (),
31
31
include_package_data = True ,
32
32
description = "Taiga python API" ,
Original file line number Diff line number Diff line change 5
5
"""
6
6
Taiga Python API library
7
7
"""
8
- __version__ = '0.8.4 '
8
+ __version__ = '0.8.5 '
9
9
__author__ = 'Nephila'
10
10
__license__ = 'MIT'
11
11
You can’t perform that action at this time.
0 commit comments