File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '1.0 '
51+ version = '1.1 '
5252# The full version, including alpha/beta/rc tags.
53- release = '1.0.1-dev '
53+ release = '1.1.0 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 163163from psycopg2 .pool import ThreadedConnectionPool as ConnectionPool
164164
165165
166- __version__ = '1.0.1-dev '
166+ __version__ = '1.1.0 '
167167
168168
169169# A Helper
Original file line number Diff line number Diff line change 44 , author = 'Gittip, LLC'
55 , description = "postgres is a high-value abstraction over psycopg2."
66 , url = 'https://postgres-py.readthedocs.org'
7- , version = '1.0.1-dev '
7+ , version = '1.1.0 '
88 , py_modules = ['postgres' ]
99 , install_requires = ['psycopg2 >= 2.0.0' ]
1010 )
You can’t perform that action at this time.
0 commit comments