]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: rename some news.rst section headers from python to psycopg 1036/head
authorLuiMoiPer <luimoiper@outlook.com>
Thu, 27 Mar 2025 05:43:02 +0000 (22:43 -0700)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 27 Mar 2025 10:52:19 +0000 (11:52 +0100)
docs/news.rst

index a0b4e0bd1f319ebca34f1b97c12d0758ae34dc44..9f0321848ddd6bb93029263d55ce9b7b55ee13eb 100644 (file)
 Future releases
 ---------------
 
-Python 3.3.0 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.3.0 (unreleased)
+^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Drop support for Python 3.8.
 
 
-Python 3.2.7 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.7 (unreleased)
+^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Add SRID support to shapely dumpers/loaders (:ticket:`#1028`).
 
@@ -25,8 +25,8 @@ Python 3.2.7 (unreleased)
 Current release
 ---------------
 
-Python 3.2.6
-^^^^^^^^^^^^
+Psycopg 3.2.6
+^^^^^^^^^^^^^
 
 - Fix connection semantic when using ``target_session_attrs=prefer-standby``
   (:ticket:`#1021`).