Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 13, 2013
1 parent c5e4810 commit 117bf15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0-dev'
release = '2.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion postgres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
from psycopg2.pool import ThreadedConnectionPool as ConnectionPool


__version__ = '2.0.0-dev'
__version__ = '2.0.0'


# A Helper
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, author='Gittip, LLC'
, description="postgres is a high-value abstraction over psycopg2."
, url='https://postgres-py.readthedocs.org'
, version='2.0.0-dev'
, version='2.0.0'
, packages=find_packages()
, install_requires=['psycopg2 >= 2.5.0']
)

0 comments on commit 117bf15

Please sign in to comment.