mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2024-12-28 03:00:21 +00:00
Bump the version
This commit is contained in:
parent
b170bc9cd5
commit
86043e2733
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
2
setup.py
2
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(),
|
||||
|
|
Loading…
Reference in a new issue