Skip to content

Commit

Permalink
bump v0.9.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Nov 28, 2021
1 parent ab14efe commit 65a822e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.9.1 - 2021-11-28

* #254 - don't violate max-in-flight on new connections

## 0.9.0 - 2020-07-25

* #244 - tornado 6.x support, co-routine message handlers
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# General information about the project.
project = u'pynsq'
copyright = u'2020, Matt Reiferson and Jehiah Czebotar'
copyright = u'2021, Matt Reiferson and Jehiah Czebotar'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -51,7 +51,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.9.1'

# 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.9.0'
__version__ = '0.9.1'
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.9.0'
version = '0.9.1'


setup(
Expand Down

0 comments on commit 65a822e

Please sign in to comment.