We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe28d6 commit 1e0086bCopy full SHA for 1e0086b
NEWS
@@ -1,8 +1,8 @@
1
Current release
2
---------------
3
4
-What's new in psycopg 2.9.7 (unreleased)
5
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+What's new in psycopg 2.9.7
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7
- Fix propagation of exceptions raised during module initialization
8
(:ticket:`#1598`).
setup.py
@@ -44,7 +44,7 @@
44
# Take a look at https://www.python.org/dev/peps/pep-0440/
45
# for a consistent versioning pattern.
46
47
-PSYCOPG_VERSION = '2.9.6'
+PSYCOPG_VERSION = '2.9.7'
48
49
50
# note: if you are changing the list of supported Python version please fix
0 commit comments