Skip to content

Commit

Permalink
bunp: v0.8.2 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Feb 2, 2018
1 parent fbd7ea4 commit 5ce344c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
@@ -1,5 +1,13 @@
# Changelog

## 0.8.2 - 2018-02-01

* #195 - compatibility with tornado 4.5 (thanks @ayamnikov)
* #189/#192 - address Python deprecation warnings (thanks @misja)
* #188 - add ability to specify custom hostname (thanks @andyxning)
* #183 - ensure per-connection RDY counts are updated when connections change (thanks @alpaker)
* #184 - fix zero delay to time_ms in Message.requeue() (thanks @checkraise)

## 0.8.1 - 2017-06-01

* #177/#179 - improved RDY handling; don't decrement RDY; prevent edge case max in flight violations (thanks @alpaker)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.1'
release = '0.8.2'

# 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
@@ -1,2 +1,2 @@
# also update in setup.py
__version__ = '0.8.1'
__version__ = '0.8.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@ def run_tests(self):


# also update in nsq/version.py
version = '0.8.1'
version = '0.8.2'


setup(
Expand Down

0 comments on commit 5ce344c

Please sign in to comment.