Skip to content

Commit

Permalink
bump: v0.8.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Mar 29, 2017
1 parent 3025a70 commit 5abc01e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.0 - 2017-03-28

* #167/#168 - make forwards compatible nsqlookupd queries for NSQ v1.0.0-compat
* #169 - send forwards compatible IDENTIFY attributes for NSQ v1.0.0-compat
* #170 - enable TCP_NODELAY on connections

## 0.7.1 - 2016-12-21

* #161 - fix Python 3.4 protocol error (thanks @xiaost)
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.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.8.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.8-alpha'
__version__ = '0.8.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.8-alpha'
version = '0.8.0'


setup(
Expand Down

0 comments on commit 5abc01e

Please sign in to comment.