Skip to content

Commit

Permalink
Merge tag '2.0.6' into develop
Browse files Browse the repository at this point in the history
fix broken rst
  • Loading branch information
manuphatak committed Dec 7, 2015
2 parents 2f37691 + 816304c commit aadd791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hangman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__author__ = 'Manu Phatak'
__email__ = 'bionikspoon@gmail.com'
__version__ = '2.0.5'
__version__ = '2.0.6'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.5
current_version = 2.0.6
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run_tests(self):

setup( # :off
name='python_hangman',
version='2.0.5',
version='2.0.6',
description='Python Hangman TDD demonstration.',
long_description='\n\n'.join([__doc__, readme, history]),
author='Manu Phatak',
Expand Down

0 comments on commit aadd791

Please sign in to comment.