chore: bump version to 2.9.7

This commit is contained in:
Daniele Varrazzo 2023-08-04 17:22:35 +01:00
parent 4fe28d661a
commit 1e0086b1fe
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,8 +1,8 @@
Current release Current release
--------------- ---------------
What's new in psycopg 2.9.7 (unreleased) What's new in psycopg 2.9.7
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fix propagation of exceptions raised during module initialization - Fix propagation of exceptions raised during module initialization
(:ticket:`#1598`). (:ticket:`#1598`).

View File

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