Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 9, 2020
1 parent f361f85 commit 0f9275a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.2.1
current_version = 5.2.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/about.txt
Expand Up @@ -36,7 +36,7 @@ on the PyGres95 code written by Pascal Andre (andre@chimay.via.ecp.fr).
D'Arcy (darcy@druid.net) renamed it to PyGreSQL starting with
version 2.0 and serves as the "BDFL" of PyGreSQL.

The current version PyGreSQL 5.2.1 needs PostgreSQL 9.0 to 9.6 or 10 to 13, and
The current version PyGreSQL 5.2.2 needs PostgreSQL 9.0 to 9.6 or 10 to 13, and
Python 2.7 or 3.5 to 3.9. If you need to support older PostgreSQL versions or
older Python 2.x versions, you can resort to the PyGreSQL 4.x versions that
still support them.
4 changes: 2 additions & 2 deletions docs/announce.rst
Expand Up @@ -3,10 +3,10 @@ PyGreSQL Announcements
======================

---------------------------------
Release of PyGreSQL version 5.2.1
Release of PyGreSQL version 5.2.2
---------------------------------

Release 5.2.1 of PyGreSQL.
Release 5.2.2 of PyGreSQL.

It is available at: https://pypi.org/project/PyGreSQL/.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -68,7 +68,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
version = release = '5.2.1'
version = release = '5.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,7 +6,7 @@
#
# Please see the LICENSE.TXT file for specific restrictions.

"""Setup script for PyGreSQL version 5.2.1
"""Setup script for PyGreSQL version 5.2.2
PyGreSQL is an open-source Python module that interfaces to a
PostgreSQL database. It embeds the PostgreSQL query library to allow
Expand Down Expand Up @@ -52,7 +52,7 @@
from distutils.ccompiler import get_default_compiler
from distutils.sysconfig import get_python_inc, get_python_lib

version = '5.2.1'
version = '5.2.2'

if not (sys.version_info[:2] == (2, 7)
or (3, 5) <= sys.version_info[:2] < (4, 0)):
Expand Down

0 comments on commit 0f9275a

Please sign in to comment.