Skip to content

Commit 85aa3ed

Browse files
committed
bump: v0.6.9
1 parent 29979fd commit 85aa3ed

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '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.

nsq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# also update in setup.py
2-
__version__ = '0.6.8'
2+
__version__ = '0.6.9'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
setup(

0 commit comments

Comments
 (0)