]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.8 3.2.8
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 11 May 2025 11:35:06 +0000 (13:35 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 11 May 2025 11:35:06 +0000 (13:35 +0200)
docs/news.rst
psycopg/setup.cfg
psycopg_c/setup.cfg

index 9258b714fb25e0a645d312a82b6402ceea3c8ac0..c9f4eb48717f0f8305fecb46cb4c16346e9089b8 100644 (file)
@@ -7,11 +7,11 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
-Psycopg 3.2.8 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.8
+^^^^^^^^^^^^^
 
 - Fix `DateFromTicks` and `TimeFromTicks` return values to return a date and a
   time referred to the UTC timezone rather than to the local timezone. For
@@ -32,9 +32,6 @@ Psycopg 3.2.8 (unreleased)
 - Add support for PostgreSQL 18 libpq (:ticket:`#1082`).
 
 
-Current release
----------------
-
 Psycopg 3.2.7
 ^^^^^^^^^^^^^
 
index 85b563ed06d77d62f6a38b7f112e5fca3364dcfd..5fb743e02401f55b42007ed89cb5ed10567e33d7 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.8.dev1
+version = 3.2.8
 # 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.
@@ -62,9 +62,9 @@ install_requires =
 
 [options.extras_require]
 c =
-    psycopg-c == 3.2.8.dev1; implementation_name != "pypy"
+    psycopg-c == 3.2.8; implementation_name != "pypy"
 binary =
-    psycopg-binary == 3.2.8.dev1; implementation_name != "pypy"
+    psycopg-binary == 3.2.8; implementation_name != "pypy"
 pool =
     psycopg-pool
 test =
index e6c6bb2d06f924c12b3ddbad5d635345114236ee..bbd688a2e1c542db29f148a2ae6af4c08ea3e114 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.8.dev1
+version = 3.2.8
 
 project_urls =
     Homepage = https://psycopg.org/