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 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.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def read(fname):
2626
2727setup (
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" ,
Original file line number Diff line number Diff line change 55"""
66Taiga Python API library
77"""
8- __version__ = '0.8.4 '
8+ __version__ = '0.8.5 '
99__author__ = 'Nephila'
1010__license__ = 'MIT'
1111
You can’t perform that action at this time.
0 commit comments