File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.0 - 2020-07-25
4+
5+ * #244 - tornado 6.x support, co-routine message handlers
6+ * #247 - switch to GitHub Actions for CI
7+ * #243 - reduce RDY updates when value hasn't changed (thanks @andyxning )
8+ * #232 - tornado 5.x support
9+ * #238 - enable IPV6 support (thanks @andyxning )
10+ * #230 - fix RDY handling when reducing ` max_in_flight ` (thanks @alpaker )
11+ * #227 - better pydocs for methods
12+
313## 0.8.3 - 2018-11-11
414
515 * #223 - update default TLS version to 1.2 and support overriding via tls_options (thanks @duczen )
Original file line number Diff line number Diff line change 4242
4343# General information about the project.
4444project = u'pynsq'
45- copyright = u'2013 , Matt Reiferson and Jehiah Czebotar'
45+ copyright = u'2020 , Matt Reiferson and Jehiah Czebotar'
4646
4747# The version info for the project you're documenting, acts as replacement for
4848# |version| and |release|, also used in various other places throughout the
4949# built documents.
5050#
5151# The short X.Y version.
52- version = '0.8 '
52+ version = '0.9 '
5353# The full version, including alpha/beta/rc tags.
54- release = '0.8.3 '
54+ release = '0.9.0 '
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# 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.9.0-beta2 '
2+ __version__ = '0.9.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.9.0-beta2 '
19+ version = '0.9.0'
2020
2121
2222setup (
You can’t perform that action at this time.
0 commit comments