Skip to content

Commit

Permalink
Merge tag '2.2.0' into develop
Browse files Browse the repository at this point in the history
fixed #3

address python max recursion limits
  • Loading branch information
manuphatak committed Dec 18, 2015
2 parents f4d3752 + 5c80025 commit 7ce69cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ Next Release
------------

* Stay Posted
* 2.1.x Update requirements

2.2.0 (2015-18-05)
------------------

* Fixed max recursion issue with game loop.
* Updated requirements.
* Removed gratuitous docs -- less is more.


2.1.0 (2015-18-05)
Expand Down
2 changes: 1 addition & 1 deletion hangman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

__author__ = 'Manu Phatak'
__email__ = 'bionikspoon@gmail.com'
__version__ = '2.1.1'
__version__ = '2.2.0'
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.1.1
current_version = 2.2.0
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 @@ -38,7 +38,7 @@ def run_tests(self):

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

0 comments on commit 7ce69cf

Please sign in to comment.