We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0196f02 commit ebca6bfCopy full SHA for ebca6bf
2 files changed
NEWS
@@ -1,15 +1,12 @@
1
-Future releases
+Current release
2
---------------
3
4
-What's new in psycopg 2.9.12 (unreleased)
5
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+What's new in psycopg 2.9.12
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7
- Fix infinite loop with malformed interval (:ticket:`1835`).
8
9
10
-Current release
11
----------------
12
-
13
What's new in psycopg 2.9.11
14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
setup.py
@@ -40,7 +40,7 @@
40
# Take a look at https://www.python.org/dev/peps/pep-0440/
41
# for a consistent versioning pattern.
42
43
-PSYCOPG_VERSION = '2.9.11'
+PSYCOPG_VERSION = '2.9.12'
44
45
46
# note: if you are changing the list of supported Python version please fix
0 commit comments