]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix title level of major releases
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Jul 2024 02:15:58 +0000 (04:15 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Jul 2024 02:15:58 +0000 (04:15 +0200)
docs/news.rst
docs/news_pool.rst

index 5a81c2f342e0309ce90936d97e391911ffe1fd64..6fefbcd2868a90691b560e300c954f4338aa2b5e 100644 (file)
@@ -11,7 +11,7 @@ Current release
 ---------------
 
 Psycopg 3.2
-^^^^^^^^^^^
+-----------
 
 .. rubric:: New top-level features
 
index 1399fd455621a575febb84a951a7755e02fc528a..98bae59a0dbb0d92833af769f91b6e28111700f0 100644 (file)
@@ -31,7 +31,7 @@ psycopg_pool 3.2.1
 
 
 psycopg_pool 3.2.0
-^^^^^^^^^^^^^^^^^^
+------------------
 
 - Add support for async `!reconnect_failed` callbacks in `AsyncConnectionPool`
   (:ticket:`#520`).