From: LuiMoiPer Date: Thu, 27 Mar 2025 05:43:02 +0000 (-0700) Subject: docs: rename some news.rst section headers from python to psycopg X-Git-Tag: 3.2.7~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc406c6c69abb1868b2de07e350065d28b78cdc8;p=thirdparty%2Fpsycopg.git docs: rename some news.rst section headers from python to psycopg --- diff --git a/docs/news.rst b/docs/news.rst index 816804cdd..2ae7f8170 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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`).