Skip to content

Commit a890ad4

Browse files
committed
Bump version to 2.2.0
1 parent efc33d7 commit a890ad4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141

4242
# General information about the project.
4343
project = u'Postgres.py'
44-
copyright = u'2013, Gittip, LLC'
44+
copyright = u'2015, Gratipay, LLC and contributors'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '2.1'
51+
version = '2.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.1.2-dev'
53+
release = '2.2.0'
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
@@ -185,7 +185,7 @@
185185
from psycopg2.pool import ThreadedConnectionPool as ConnectionPool
186186

187187

188-
__version__ = '2.1.2-dev'
188+
__version__ = '2.2.0'
189189

190190

191191
# 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.2-dev'
9+
, version='2.2.0'
1010
, packages=find_packages()
1111
, install_requires=['psycopg2 >= 2.5.0']
1212
, classifiers=[

0 commit comments

Comments
 (0)