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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1036%2Fhead;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 a0b4e0bd1..9f0321848 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -10,14 +10,14 @@ 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`).