]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.6 3.2.6
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 12 Mar 2025 17:57:00 +0000 (18:57 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 12 Mar 2025 17:57:00 +0000 (18:57 +0100)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index dbbd92d977b567dc5e241181fdc8d5ca654749fd..5a1f89e81fa0539b4a33e4f85ea308164e59da97 100644 (file)
@@ -7,16 +7,16 @@
 ``psycopg`` release notes
 =========================
 
-Python 3.2.6 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^
+Current release
+---------------
+
+Python 3.2.6
+^^^^^^^^^^^^
 
 - Fix connection semantic when using ``target_session_attrs=prefer-standby``
   (:ticket:`#1021`).
 
 
-Current release
----------------
-
 Psycopg 3.2.5
 ^^^^^^^^^^^^^
 
index 02eb1b95be023da79cf8dcd029d547f77fbb169a..2c8db1ed2a63a080a9e40674edeb6645494ab21f 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.6.dev1
+version = 3.2.6
 # 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.6.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.6; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.6.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.6; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index 7be0c9bb4063c7068e04572e9001c6c0e0a156f5..c0fbdc83ea38f375ae177a4293077477bdb7a6e7 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.6.dev1
+version = 3.2.6
 
 project_urls =
     Homepage = https://psycopg.org/