File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.9 - 2016-02-21
4+
5+ * #139 - support ` DPUB ` (thanks @iameugenejo )
6+ * #142 - allow infinite attempts (thanks @iameugenejo )
7+ * #146 - fix regression in max_rdy_count from ` nsqd ` (thanks @klucar )
8+ * #148 /#147 - test fixes (thanks @nickstenning )
9+
310## 0.6.8 - 2015-09-18
411
512 * #129 - fix Snappy ` uncompressed ` declaration
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '0.6'
5252# The full version, including alpha/beta/rc tags.
53- release = '0.6.8 '
53+ release = '0.6.9 '
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.6.8 '
2+ __version__ = '0.6.9 '
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.6.8 '
19+ version = '0.6.9 '
2020
2121
2222setup (
You can’t perform that action at this time.
0 commit comments