Skip to content

Commit

Permalink
Merge tag '1.6.4' into develop
Browse files Browse the repository at this point in the history
1.6.4
  • Loading branch information
timothycrosley committed Nov 2, 2015
2 parents 7bc7c5e + 6f12cd7 commit b39e904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ Changelog
- Added a `mapping` type that allows users to quikly map string values to Python types
- Added a `smart_boolean` type that respects explicit true/false in string values

### 1.6.3
### 1.6.4
- Fixed a small spelling error on the `smart_boolean` type

2 changes: 1 addition & 1 deletion hug/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
OTHER DEALINGS IN THE SOFTWARE.
"""
current = "1.6.3"
current = "1.6.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def list_modules(dirname):
readme = ''

setup(name='hug',
version='1.6.3',
version='1.6.4',
description='A Python framework that makes developing APIs as simple as possible, but no simpler.',
long_description=readme,
author='Timothy Crosley',
Expand Down

0 comments on commit b39e904

Please sign in to comment.