]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump version number to 3.0.10
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 3 Mar 2022 01:53:41 +0000 (01:53 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 3 Mar 2022 01:58:25 +0000 (01:58 +0000)
docs/news.rst

index e03f04cfe02c78787016cf749ad76a43f742a292..f5c4a9d53f8bd57652b0de7c5bff48be94251225 100644 (file)
@@ -7,7 +7,7 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
 Psycopg 3.1 (unreleased)
@@ -21,18 +21,15 @@ Psycopg 3.1 (unreleased)
 - Drop support for Python 3.6.
 
 
-Psycopg 3.0.10 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.0.10
+^^^^^^^^^^^^^^
 
-- Leave the connection working after interrupting a query with Ctrl-C
+- Leave the connection in working state after interrupting a query with Ctrl-C
   (currently only for sync connections, :ticket:`#231`).
 - Fix `Cursor.description` after a COPY ... TO STDOUT operation
   (:ticket:`#235`).
 
 
-Current release
----------------
-
 Psycopg 3.0.9
 ^^^^^^^^^^^^^