]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.10 3.2.10
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 7 Sep 2025 15:44:54 +0000 (17:44 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 7 Sep 2025 15:46:34 +0000 (17:46 +0200)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index 6c8a62cb6cfdb7d42ba84e36a05583931bf45021..db427d9efa140679da2666017bb85b6be5e0a968 100644 (file)
@@ -7,13 +7,13 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
 .. _psycopg-3.2.10:
 
-Psycopg 3.2.10 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.10
+^^^^^^^^^^^^^^
 
 - Fix `!TypeError` shadowing `~asyncio.CancelledError` upon task cancellation
   during pipeline execution (:ticket:`#1005`).
@@ -54,9 +54,6 @@ Psycopg 3.2.10 (unreleased)
     ``require``.
 
 
-Current release
----------------
-
 Psycopg 3.2.9
 ^^^^^^^^^^^^^
 
index d82e8cdd460f2d1a6a26bd4910b38ec947cc6549..c7345fae0fb15bc5f02e0153301598cd3f718218 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.10.dev1
+version = 3.2.10
 # 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.10.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.10; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.10.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.10; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index 5ee097a23fe23db5015893a32528d07f6b0792c2..0c1e9f057407d240920b785018b6e5fa148bd6e6 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.10.dev1
+version = 3.2.10
 
 project_urls =
     Homepage = https://psycopg.org/