File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11# also update in setup.py
2- __version__ = '0.8-alpha '
2+ __version__ = '0.8.0 '
Original file line number Diff line number Diff 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
2222setup (
You can’t perform that action at this time.
0 commit comments