]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.12 3.2.12
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 25 Oct 2025 10:19:53 +0000 (11:19 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 25 Oct 2025 10:19:53 +0000 (11:19 +0100)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index bb39f0c3347a985650b59a7aa349966da063fb41..d4838dba8c61f4b66aac9597d514033426f41928 100644 (file)
@@ -8,19 +8,16 @@
 =========================
 
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.2.12 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.12
+^^^^^^^^^^^^^^
 
 - Allow copy to pass different types per column, as long as the database can
   convert them. Regression introduced in 3.2.11 (:ticket:`#1192`).
 
 
-Current release
----------------
-
 Psycopg 3.2.11
 ^^^^^^^^^^^^^^
 
index ba74b371982a0a5baabed3683d496405582c1677..6f9d25d947f682c82de22c38e7a5549db37c2802 100644 (file)
@@ -10,7 +10,7 @@ license_expression = LGPL-3.0-only
 # https://www.python.org/dev/peps/pep-0440/
 
 # STOP AND READ! if you change:
-version = 3.2.12.dev1
+version = 3.2.12
 # 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.
@@ -62,9 +62,9 @@ install_requires =
 
 [options.extras_require]
 c =
-    psycopg-c == 3.2.12.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.12; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.12.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.12; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index b87fb95632cd08cd4d6608881e8c6cff8ec31194..aaf6a5fc4ae0ebbf29f95006c0343582b96e480a 100644 (file)
@@ -5,7 +5,7 @@ url = https://psycopg.org/psycopg3/
 author = Daniele Varrazzo
 author_email = daniele.varrazzo@gmail.com
 license_expression = LGPL-3.0-only
-version = 3.2.12.dev1
+version = 3.2.12
 
 project_urls =
     Homepage = https://psycopg.org/