]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix formatting in news page
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Oct 2021 12:16:01 +0000 (13:16 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Oct 2021 12:16:01 +0000 (13:16 +0100)
docs/news.rst

index 921fd4bc03b9a7ce68465783134b7c1af62b523a..28348aae410ac52f158f57f793ce97fa58be08cb 100644 (file)
@@ -10,21 +10,21 @@ Release notes
 Current release
 ---------------
 
-psycopg 3.0.2
+Psycopg 3.0.2
 ^^^^^^^^^^^^^
 
 - Fix type hint for `sql.SQL.join()` (:ticket:`#127`).
 - Fix type hint for `Connection.notifies()` (:ticket:`#128`).
 
 
-psycopg 3.0.1
+Psycopg 3.0.1
 ^^^^^^^^^^^^^
 
 - Fix use of the wrong dumper reusing cursors with the same query but different
-  parameter types (:ticket:`112`).
+  parameter types (:ticket:`#112`).
 
 
-psycopg 3.0
+Psycopg 3.0
 -----------
 
 First stable release. Changed from 3.0b1:
@@ -40,7 +40,7 @@ First stable release. Changed from 3.0b1:
 - Add binary packages for Python 3.10 (:ticket:`#103`).
 
 
-psycopg 3.0b1
+Psycopg 3.0b1
 ^^^^^^^^^^^^^
 
 - First public release on PyPI.