]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.4 3.2.4
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 15 Jan 2025 00:03:55 +0000 (01:03 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 15 Jan 2025 00:03:55 +0000 (01:03 +0100)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index c9f385393721cdd4838ae5e85f7d48ce429b2be8..60695466da974bb49c6439cda21d363db6336964 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.2.4 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.4
+^^^^^^^^^^^^^
 
 - Don't lose notifies received whilst the `~Connection.notifies()` iterator
   is not running (:ticket:`#962`).
@@ -30,9 +30,6 @@ Psycopg 3.2.4 (unreleased)
 .. __: https://vcpkg.io/en/package/libpq
 
 
-Current release
----------------
-
 Psycopg 3.2.3
 ^^^^^^^^^^^^^
 
index c49732875d99c5ca3d9bc5307c5b578018950e83..1c23bd917a93a5bfcf75282094e80dfccf365e46 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.4.dev1
+version = 3.2.4
 # 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.4.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.4; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.4.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.4; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index 4a0079d57b3fdd49d63dfebc043b11c98f86ebe5..824adcf53d989b4868f44bcc63be75ff77e6c632 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.4.dev1
+version = 3.2.4
 
 project_urls =
     Homepage = https://psycopg.org/