File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '2.0 '
51
+ version = '2.1 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '2.0.0-dev '
53
+ release = '2.1.0 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 177
177
from psycopg2 .pool import ThreadedConnectionPool as ConnectionPool
178
178
179
179
180
- __version__ = '2.0.0-dev '
180
+ __version__ = '2.1.0 '
181
181
182
182
183
183
# A Helper
Original file line number Diff line number Diff line change 6
6
, author = 'Gittip, LLC'
7
7
, description = "postgres is a high-value abstraction over psycopg2."
8
8
, url = 'https://postgres-py.readthedocs.org'
9
- , version = '2.0.0-dev '
9
+ , version = '2.1.0 '
10
10
, packages = find_packages ()
11
11
, install_requires = ['psycopg2 >= 2.5.0' ]
12
12
)
You can’t perform that action at this time.
0 commit comments