]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.1 3.2.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Jul 2024 02:45:15 +0000 (04:45 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Jul 2024 02:46:42 +0000 (04:46 +0200)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index 5e1f95c7362df3b5b57e88bc8e7c43f5aaf30264..06988f9bac84b73f1aac85a115be0574fdea7530 100644 (file)
@@ -10,8 +10,8 @@
 Current release
 ---------------
 
-Psycopg 3.2.1 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.1
+^^^^^^^^^^^^^
 
 - Fix packaging metadata breaking ``[c]``, ``[binary]`` dependencies
   (:ticket:`#853`).
index ca80d822cf4b4cb8d15a50b5c2e24646d739e484..a882ac2308fbc3b5f43b0752371dcb41001ac615 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.0
+version = 3.2.1
 # 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.
@@ -60,9 +60,9 @@ install_requires =
 
 [options.extras_require]
 c =
-    psycopg-c == 3.2.0; implementation_name != "pypy"
+    psycopg-c == 3.2.1; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.0; implementation_name != "pypy"
+    psycopg-binary == 3.2.1; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index e6595e86fb9ec7740eebdacaeba756475fc5ede2..ac05c40e76812a58eff215f7bceddde5b334a112 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.0
+version = 3.2.1
 
 project_urls =
     Homepage = https://psycopg.org/