]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.2 3.2.2
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 Sep 2024 11:40:47 +0000 (13:40 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 Sep 2024 11:40:47 +0000 (13:40 +0200)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index fa811a2f0720305ea5ab4bfaaaee54e6470935c3..c302c63197a75bc16a0a3ad2bf812fe67e55623b 100644 (file)
@@ -7,20 +7,17 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.2.2 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.2
+^^^^^^^^^^^^^
 
 - Drop `!TypeDef` specifications as string from public modules, as they cannot
   be composed by users as `!typing` objects previously could (:ticket:`#860`).
 - Release Python 3.13 binary packages.
 
 
-Current release
----------------
-
 Psycopg 3.2.1
 ^^^^^^^^^^^^^
 
index 05779c3eb54acdf7d62e7305c9617069f9c85fe3..80aa3f138dd4997d957bd993a1f83ebf4caa2c3e 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.2.dev1
+version = 3.2.2
 # 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.2.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.2; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.2.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.2; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index c711c8364731cc4b49a55dd7232150fcd15dec2f..451ae655a8504358f92729e954d44cd29cae654a 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.2.dev1
+version = 3.2.2
 
 project_urls =
     Homepage = https://psycopg.org/