Skip to content

Commit

Permalink
bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Machalek committed Sep 5, 2013
1 parent 2b501b5 commit fe69932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.5'
version = '1.0.6'
# The full version, including alpha/beta/rc tags.
release = '1.0.5'
release = '1.0.6'

# 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 @@ -10,7 +10,7 @@
README = open(os.path.join(here, 'README.rst')).read()

setup(name='rt',
version='1.0.5',
version='1.0.6',
description='Python interface to Request Tracker API',
long_description=README,
license='GNU General Public License (GPL)',
Expand Down

0 comments on commit fe69932

Please sign in to comment.