]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.9 3.2.9
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 13 May 2025 14:13:03 +0000 (16:13 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 13 May 2025 14:13:03 +0000 (16:13 +0200)
psycopg/setup.cfg
psycopg_c/setup.cfg

index 684719a27816cde8430fdd06ca3614a1f88bc5ec..99c83cfc88951d323b0c3e32b92688e7d2d48c22 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.9.dev1
+version = 3.2.9
 # 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.9.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.9; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.9.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.9; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index 089dc3bf34a14a7ee19cb6e0bd58eefcdc1d0839..cee75e63db173e8b1df424611aeafa16fe87d35f 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.9.dev1
+version = 3.2.9
 
 project_urls =
     Homepage = https://psycopg.org/