Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Oct 5, 2013
1 parent 36c1667 commit 95fc01f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0.0-dev'
release = '2.1.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.1.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 @@ -6,7 +6,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.1.0'
, packages=find_packages()
, install_requires=['psycopg2 >= 2.5.0']
)

0 comments on commit 95fc01f

Please sign in to comment.