From 58232cac92c654307dbf9224116867163038dcf7 Mon Sep 17 00:00:00 2001 From: William Trevor Olson Date: Thu, 24 Jul 2014 17:39:41 -0700 Subject: [PATCH] Add changes to history and bump version. --- HISTORY.rst | 7 +++++++ gnsq/version.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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',