]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.5 3.2.5
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 22 Feb 2025 13:46:50 +0000 (14:46 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 22 Feb 2025 13:46:50 +0000 (14:46 +0100)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index 567de4ef6d44a24596636f92b660f42c78cb0ecb..eb4cdc2c734d18c3f90a939f0267234f6dc27dcb 100644 (file)
@@ -7,18 +7,15 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.2.5 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.5
+^^^^^^^^^^^^^
 
 - 3x faster UUID loading thanks to C implementation (:tickets:`#447, #998`).
 
 
-Current release
----------------
-
 Psycopg 3.2.4
 ^^^^^^^^^^^^^
 
index b5c75e58f1a7928f0dc019f74ab75262e6c4dfc4..133e45d9d879839c8a9431f702ec5120caf5c8b4 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.5.dev1
+version = 3.2.5
 # 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.
@@ -61,9 +61,9 @@ install_requires =
 
 [options.extras_require]
 c =
-    psycopg-c == 3.2.5.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.5; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.5.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.5; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index ec34f7707363ce80d9bcc33ca4b682b5e1e66f00..c30f3b18d02194a44c5c367587ca663ef33cec67 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.5.dev1
+version = 3.2.5
 
 project_urls =
     Homepage = https://psycopg.org/