Skip to content

Commit 5abc01e

Browse files
committed
bump: v0.8.0 stable
1 parent 3025a70 commit 5abc01e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.0 - 2017-03-28
4+
5+
* #167/#168 - make forwards compatible nsqlookupd queries for NSQ v1.0.0-compat
6+
* #169 - send forwards compatible IDENTIFY attributes for NSQ v1.0.0-compat
7+
* #170 - enable TCP_NODELAY on connections
8+
39
## 0.7.1 - 2016-12-21
410

511
* #161 - fix Python 3.4 protocol error (thanks @xiaost)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.7'
51+
version = '0.8'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.7.1'
53+
release = '0.8.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

nsq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# also update in setup.py
2-
__version__ = '0.8-alpha'
2+
__version__ = '0.8.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run_tests(self):
1616

1717

1818
# also update in nsq/version.py
19-
version = '0.8-alpha'
19+
version = '0.8.0'
2020

2121

2222
setup(

0 commit comments

Comments
 (0)