Skip to content

Commit

Permalink
Bump version number to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 15, 2016
1 parent 93bfd2e commit 4e9d560
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.3'
version = '0.8.4'
# The full version, including alpha/beta/rc tags.
release = '0.8.3'
release = '0.8.4'

# 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 @@ -23,7 +23,7 @@

setup(
name="python-taiga",
version="0.8.3",
version="0.8.4",
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.3'
__version__ = '0.8.4'
__author__ = 'Nephila'
__license__ = 'MIT'

Expand Down

0 comments on commit 4e9d560

Please sign in to comment.