``psycopg`` release notes
=========================
-Future releases
+Current release
---------------
-Psycopg 3.2.4 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.4
+^^^^^^^^^^^^^
- Make sure that the notifies callback is called during the use of the
`~Connection.notifies()` generator (:ticket:`#972`).
-Current release
----------------
-
Psycopg 3.2.3
^^^^^^^^^^^^^
[project]
name = "psycopg"
description = "PostgreSQL database adapter for Python"
-version = "3.2.4.dev1"
+version = "3.3.0.dev1"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
[project.optional-dependencies]
c = [
- "psycopg-c == 3.2.4.dev1; implementation_name != \"pypy\"",
+ "psycopg-c == 3.3.0.dev1; implementation_name != \"pypy\"",
]
binary = [
- "psycopg-binary == 3.2.4.dev1; implementation_name != \"pypy\"",
+ "psycopg-binary == 3.3.0.dev1; implementation_name != \"pypy\"",
]
pool = [
"psycopg-pool",
[project]
name = "psycopg-c"
description = "PostgreSQL database adapter for Python -- C optimisation distribution"
-version = "3.2.4.dev1"
+version = "3.3.0.dev1"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",