diff --git a/HISTORY.rst b/HISTORY.rst index 91f498e..3995f4a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ~~~~~~~~~~~~~~~~~~ diff --git a/gnsq/version.py b/gnsq/version.py index c7db44c..114a57d 100644 --- a/gnsq/version.py +++ b/gnsq/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- # also update in setup.py -__version__ = '0.1.3' +__version__ = '0.1.4' diff --git a/setup.py b/setup.py index c0d7bf1..9655da2 100755 --- a/setup.py +++ b/setup.py @@ -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',