Skip to content

Commit

Permalink
Add changes to history and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtolson committed Jul 25, 2014
1 parent 7055aef commit 58232ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

0.1.4 (2014-07-24)
~~~~~~~~~~~
* Preemptively update ready count.
* Dependency and contributing documentation.
* Support for nsq back to 0.2.24.


0.1.3 (2014-07-08)
~~~~~~~~~~~~~~~~~~

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.3'
__version__ = '0.1.4'
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.3',
version='0.1.4',
description='A gevent based python client for NSQ.',
long_description=readme + '\n\n' + history,
author='Trevor Olson',
Expand Down

0 comments on commit 58232ca

Please sign in to comment.