Skip to content

Commit 27c3686

Browse files
committed
Bump version to 0.2.0.
1 parent 714949b commit 27c3686

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
0.2.0 (TBD)
6+
0.2.0 (2014-08-03)
77
~~~~~~~~~~~~~~~~~~
88
* Warn on connection failure.
99
* Add extra requires for snappy.

gnsq/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22
# also update in setup.py
3-
__version__ = '0.1.4'
3+
__version__ = '0.2.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='gnsq',
16-
version='0.1.4',
16+
version='0.2.0',
1717
description='A gevent based python client for NSQ.',
1818
long_description=readme + '\n\n' + history,
1919
author='Trevor Olson',

0 commit comments

Comments
 (0)