From 86043e2733b063d486e7b84c7d3bc691c2d53906 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 5 Sep 2014 16:32:44 -0400 Subject: [PATCH] Bump the version --- docs/history.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 0000f70..1bac87b 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,6 @@ Version History --------------- -- 1.0.1 [2014-09-03] +- 1.0.1 [2014-09-05] - Expose psycopg2/queries exceptions, objects, etc from ``sprockets.queries.postgresql`` - Add integration testing with PostgreSQL - 1.0.0 [2014-08-29] diff --git a/setup.py b/setup.py index 10f8b6f..e796f1a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools setuptools.setup( name='sprockets.clients.postgresql', - version='1.0.0', + version='1.0.1', description=('PostgreSQL client library wrapper providing environment ' 'variable based configuration'), long_description=codecs.open('README.rst', encoding='utf-8').read(),