Skip to content

Commit f469411

Browse files
committed
Bump version to 2.0.0-dev
1 parent 465317d commit f469411

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '2.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.0.0rc1'
53+
release = '2.0.0-dev'
5454

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

postgres/__init__.py

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

167167

168-
__version__ = '2.0.0rc1'
168+
__version__ = '2.0.0-dev'
169169

170170

171171
# 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='2.0.0rc1'
7+
, version='2.0.0-dev'
88
, packages=find_packages()
99
, install_requires=['psycopg2 >= 2.0.0']
1010
)

0 commit comments

Comments
 (0)