File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.3 - 2018-11-11
4+
5+ * #223 - update default TLS version to 1.2 and support overriding via tls_options (thanks @duczen )
6+ * #219 - fix py.test deprecated parameterization
7+ * #217 /#218 - python 3 fixes (` mpub ` , ` AsyncConn ` )
8+ * #214 - remove python 2.6 support
9+ * #216 - update PyPI address in docs (thanks @aaronjheng )
10+ * #212 - fix python 3.7 ` async ` keyword conflict
11+ * #211 /#213 /#220 /#225 - misc test/CI related fixes
12+ * #210 - fix snappy/deflate high CPU load on disconnection (thanks @zexxonn )
13+ * #208 - fix sending snappy/deflate compressed data (thanks @SpaTmole )
14+ * #201 - specify tornado version in setup (thanks @jphines )
15+ * #200 - update URL for NSQ protocol in docs (thanks @mecforlove )
16+
317## 0.8.2 - 2018-02-01
418
519 * #195 - compatibility with tornado 4.5 (thanks @ayamnikov )
Original file line number Diff line number Diff line change 5151# The short X.Y version.
5252version = '0.8'
5353# The full version, including alpha/beta/rc tags.
54- release = '0.8.3-alpha '
54+ release = '0.8.3'
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.8.3-alpha '
2+ __version__ = '0.8.3'
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.3-alpha '
19+ version = '0.8.3'
2020
2121
2222setup (
You can’t perform that action at this time.
0 commit comments