Skip to content

Commit 3d8da91

Browse files
committed
Bump version to 2.0.0rc1
1 parent 9a4514d commit 3d8da91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.1'
51+
version = '2.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.1.0-dev'
53+
release = '2.0.0rc1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
from psycopg2.pool import ThreadedConnectionPool as ConnectionPool
153153

154154

155-
__version__ = '1.1.0-dev'
155+
__version__ = '2.0.0rc1'
156156

157157

158158
# A Helper

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
, author='Gittip, LLC'
55
, description="postgres is a high-value abstraction over psycopg2."
66
, url='https://postgres-py.readthedocs.org'
7-
, version='1.1.0-dev'
7+
, version='2.0.0rc1'
88
, py_modules=['postgres']
99
, install_requires=['psycopg2 >= 2.0.0']
1010
)

0 commit comments

Comments
 (0)