``psycopg`` release notes
=========================
-Future releases
+Current release
---------------
-Psycopg 3.2.11 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.11
+^^^^^^^^^^^^^^
- Fix spurious readiness flags in some of the wait functions (:ticket:`#1141`).
- Fix high CPU usage using the ``wait_c`` function on Windows (:ticket:`#645`).
- Improve performance of Python conversion on results loading (:ticket:`#1155`).
-Current release
----------------
-
.. _psycopg-3.2.10:
Psycopg 3.2.10
# https://www.python.org/dev/peps/pep-0440/
# STOP AND READ! if you change:
-version = 3.2.11.dev1
+version = 3.2.11
# also change:
# - `docs/news.rst` to declare this as the current version or an unreleased one
# - `psycopg_c/setup.cfg`, and the extra dependencies below, to the same version.
[options.extras_require]
c =
- psycopg-c == 3.2.11.dev1; implementation_name != "pypy"
+ psycopg-c == 3.2.11; implementation_name != "pypy"
binary =
- psycopg-binary == 3.2.11.dev1; implementation_name != "pypy"
+ psycopg-binary == 3.2.11; implementation_name != "pypy"
pool =
psycopg-pool
test =
author = Daniele Varrazzo
author_email = daniele.varrazzo@gmail.com
license = GNU Lesser General Public License v3 (LGPLv3)
-version = 3.2.11.dev1
+version = 3.2.11
project_urls =
Homepage = https://psycopg.org/