Skip to content

Commit

Permalink
Bump version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtolson committed Aug 3, 2014
1 parent 714949b commit 27c3686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.2.0 (TBD)
0.2.0 (2014-08-03)
~~~~~~~~~~~~~~~~~~
* Warn on connection failure.
* Add extra requires for snappy.
Expand Down
2 changes: 1 addition & 1 deletion gnsq/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
# also update in setup.py
__version__ = '0.1.4'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='gnsq',
version='0.1.4',
version='0.2.0',
description='A gevent based python client for NSQ.',
long_description=readme + '\n\n' + history,
author='Trevor Olson',
Expand Down

0 comments on commit 27c3686

Please sign in to comment.