Skip to content

Commit 8c4fb80

Browse files
committed
Bump version to 2.1.0-dev
1 parent 95fc01f commit 8c4fb80

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.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.1.0'
53+
release = '2.1.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
@@ -177,7 +177,7 @@
177177
from psycopg2.pool import ThreadedConnectionPool as ConnectionPool
178178

179179

180-
__version__ = '2.1.0'
180+
__version__ = '2.1.0-dev'
181181

182182

183183
# A Helper

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
, author='Gittip, LLC'
77
, description="postgres is a high-value abstraction over psycopg2."
88
, url='https://postgres-py.readthedocs.org'
9-
, version='2.1.0'
9+
, version='2.1.0-dev'
1010
, packages=find_packages()
1111
, install_requires=['psycopg2 >= 2.5.0']
1212
)

0 commit comments

Comments
 (0)