Skip to content

Commit

Permalink
bump: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Dec 21, 2016
1 parent 97de3c7 commit e51e6dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.7.1 - 2016-12-21

* #161 - fix Python 3.4 protocol error (thanks @xiaost)
* #160 - fix Python 3 JSON decoding error (thanks @mikolajb)

## 0.7.0 - 2016-07-09

* #150 - Python 3 support (thanks @nickstenning et. al)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nsq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# also update in setup.py
__version__ = '0.7.0'
__version__ = '0.7.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run_tests(self):


# also update in nsq/version.py
version = '0.7.0'
version = '0.7.1'


setup(
Expand Down

0 comments on commit e51e6dd

Please sign in to comment.