]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 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 17:19:30 +0000 (19:19 +0200)
docs/news.rst

index d79dbbd701baa953682f1f0ad53996dabac2612b..9aaf9077d82ab1ed31747c867edb3aead6f280c5 100644 (file)
@@ -18,8 +18,11 @@ Psycopg 3.3.0 (unreleased)
 - Drop support for Python 3.8 (:ticket:`#976`) and 3.9 (:ticket:`#1056`).
 
 
-Psycopg 3.2.8 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Current release
+---------------
+
+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