Bump to release 2.9.3

This commit is contained in:
Daniele Varrazzo 2021-12-29 13:48:23 +01:00
parent 94ba06748f
commit c34bf2f2f9
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -6,6 +6,7 @@ What's new in psycopg 2.9.3
- Alpine (musl) wheels now available (:ticket:`#1148`).
What's new in psycopg 2.9.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@ -44,7 +44,7 @@ except ImportError:
# Take a look at https://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
PSYCOPG_VERSION = '2.9.3.dev0'
PSYCOPG_VERSION = '2.9.3'
# note: if you are changing the list of supported Python version please fix