Skip to content

Commit 1e0086b

Browse files
committed
chore: bump version to 2.9.7
1 parent 4fe28d6 commit 1e0086b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Current release
22
---------------
33

4-
What's new in psycopg 2.9.7 (unreleased)
5-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
What's new in psycopg 2.9.7
5+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
66

77
- Fix propagation of exceptions raised during module initialization
88
(:ticket:`#1598`).

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Take a look at https://www.python.org/dev/peps/pep-0440/
4545
# for a consistent versioning pattern.
4646

47-
PSYCOPG_VERSION = '2.9.6'
47+
PSYCOPG_VERSION = '2.9.7'
4848

4949

5050
# note: if you are changing the list of supported Python version please fix

0 commit comments

Comments
 (0)