Skip to content

Commit

Permalink
Bump version number to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Mar 2, 2016
1 parent f46796b commit 67aaca3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.4'
version = '0.8.5'
# The full version, including alpha/beta/rc tags.
release = '0.8.4'
release = '0.8.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):

setup(
name="python-taiga",
version="0.8.4",
version="0.8.5",
packages=find_packages(),
include_package_data=True,
description="Taiga python API",
Expand Down
2 changes: 1 addition & 1 deletion taiga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
Taiga Python API library
"""
__version__ = '0.8.4'
__version__ = '0.8.5'
__author__ = 'Nephila'
__license__ = 'MIT'

Expand Down

0 comments on commit 67aaca3

Please sign in to comment.