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

index 816804cdd2812897ae519d5212f6d13129cea6d4..2ae7f8170854530d3640f74f9143084ea83aec5b 100644 (file)
@@ -10,8 +10,8 @@
 Future releases
 ---------------
 
-Python 3.2.7 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.2.7 (unreleased)
+^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Add SRID support to shapely dumpers/loaders (:ticket:`#1028`).
 
@@ -19,8 +19,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`).