]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.7
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 12:14:59 +0000 (14:14 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 12:14:59 +0000 (14:14 +0200)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index 46db0816d14145820f78de460bea3cd7b1afb6d6..51f7673fc04f7b34d99207cd690746d9b257e4f0 100644 (file)
@@ -7,19 +7,16 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.2.7 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.7
+^^^^^^^^^^^^^
 
 - Add SRID support to shapely dumpers/loaders (:ticket:`#1028`).
 - Add support for binary hstore (:ticket:`#1030`).
 
 
-Current release
----------------
-
 Psycopg 3.2.6
 ^^^^^^^^^^^^^
 
index 1d6241d4b97eb17d105cfb9bae2ead4a88876285..6c9f8405b1ad9d5d65d924d529137b7ed0bb2508 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.7.dev1
+version = 3.2.7
 # 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.7.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.7; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.7.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.7; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index 0041a3586449ca6fb21f1ff9ce016491884f5087..5105ed028321ce74196755d8a1e0378b7d333b88 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.7.dev1
+version = 3.2.7
 
 project_urls =
     Homepage = https://psycopg.org/