From: Daniele Varrazzo Date: Tue, 7 Dec 2021 21:30:12 +0000 (+0100) Subject: Flag the bugfix version unreleased in the docs news X-Git-Tag: pool-3.1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d207bd80fda01166585bbd12b25e3f05fd6ac61;p=thirdparty%2Fpsycopg.git Flag the bugfix version unreleased in the docs news --- diff --git a/docs/news.rst b/docs/news.rst index 8d254b12e..37b6cb584 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -13,11 +13,8 @@ Psycopg 3.1 (unreleased) - Add :ref:`Two-Phase Commit ` support (:ticket:`#72`). -Current release ---------------- - -Psycopg 3.0.6 -^^^^^^^^^^^^^ +Psycopg 3.0.6 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^ - Allow to use `Cursor.description` if the connection is closed (:ticket:`#172`). @@ -26,6 +23,9 @@ Psycopg 3.0.6 - Fail on `Connection.cursor()` if the connection is closed (:ticket:`#174`). +Current release +--------------- + Psycopg 3.0.5 ^^^^^^^^^^^^^ diff --git a/docs/release.rst b/docs/release.rst index d126ff79a..8fcadaf3f 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -9,6 +9,8 @@ How to make a psycopg release - ``psycopg/psycopg/version.py`` - ``psycopg_pool/psycopg_pool/version.py`` +- Change docs/news.rst to drop the "unreleased" mark from the version + - Push to GitHub to run `the tests workflow`__. .. __: https://github.com/psycopg/psycopg/actions/workflows/tests.yml