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(),