Skip to content

Commit

Permalink
bump: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Jul 9, 2016
1 parent 55ea759 commit 4ed8284
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.7.0 - 2016-07-09

* #150 - Python 3 support (thanks @nickstenning et. al)
* #156 - optimize backoff timer (thanks @ploxiln)
* #157 - reuse protocol struct objects (thanks @virtuald)
* #158 - optimistically schedule next ioloop read (thanks @virtuald)

## 0.6.9 - 2016-02-21

* #139 - support `DPUB` (thanks @iameugenejo)
Expand Down
4 changes: 2 additions & 2 deletions docs/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 = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.9'
release = '0.7.0'

# 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.6.9'
__version__ = '0.7.0'
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.6.9'
version = '0.7.0'


setup(
Expand Down

0 comments on commit 4ed8284

Please sign in to comment.