From: Daniele Varrazzo Date: Thu, 3 Mar 2022 01:53:41 +0000 (+0000) Subject: chore: bump version number to 3.0.10 X-Git-Tag: 3.1~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9925fa71dad5bc1c83cdec9be7e235c3fedfa56;p=thirdparty%2Fpsycopg.git chore: bump version number to 3.0.10 --- diff --git a/docs/news.rst b/docs/news.rst index e03f04cfe..f5c4a9d53 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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 ^^^^^^^^^^^^^