We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714949b commit 27c3686Copy full SHA for 27c3686
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
-------
5
6
-0.2.0 (TBD)
+0.2.0 (2014-08-03)
7
~~~~~~~~~~~~~~~~~~
8
* Warn on connection failure.
9
* Add extra requires for snappy.
gnsq/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
# also update in setup.py
-__version__ = '0.1.4'
+__version__ = '0.2.0'
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='gnsq',
16
- version='0.1.4',
+ version='0.2.0',
17
description='A gevent based python client for NSQ.',
18
long_description=readme + '\n\n' + history,
19
author='Trevor Olson',
0 commit comments