]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.11
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 11:18:20 +0000 (13:18 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 11:18:20 +0000 (13:18 +0200)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index 31f4a959e8e4ca8ffb89fbcd7f13ca95455a08e3..279848cf45897e0e5565810f9b17f227c04b293c 100644 (file)
@@ -7,11 +7,11 @@
 ``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`).
@@ -23,9 +23,6 @@ Psycopg 3.2.11 (unreleased)
 - Improve performance of Python conversion on results loading (:ticket:`#1155`).
 
 
-Current release
----------------
-
 .. _psycopg-3.2.10:
 
 Psycopg 3.2.10
index 6c5150b57e497310b9dd72606ead7db713eac29e..19211d9e96276b44ca4227fccb5020a7a85299ce 100644 (file)
@@ -10,7 +10,7 @@ license = GNU Lesser General Public License v3 (LGPLv3)
 # 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.
@@ -63,9 +63,9 @@ install_requires =
 
 [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 =
index 0ef5ee79b9fdb41d16f64b8702fe37d5ec0254c1..25f497def4b8c6fa8a409dc2a17f0428b7775e34 100644 (file)
@@ -5,7 +5,7 @@ url = https://psycopg.org/psycopg3/
 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/