Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 10, 2013
1 parent 0a258b7 commit 314327a
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 = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.1-dev'
release = '1.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.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
from psycopg2.pool import ThreadedConnectionPool as ConnectionPool


__version__ = '1.0.1-dev'
__version__ = '1.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 @@ -4,7 +4,7 @@
, author='Gittip, LLC'
, description="postgres is a high-value abstraction over psycopg2."
, url='https://postgres-py.readthedocs.org'
, version='1.0.1-dev'
, version='1.1.0'
, py_modules=['postgres']
, install_requires=['psycopg2 >= 2.0.0']
)

0 comments on commit 314327a

Please sign in to comment.