]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Flag the bugfix version unreleased in the docs news
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 7 Dec 2021 21:30:12 +0000 (22:30 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 7 Dec 2021 21:30:12 +0000 (22:30 +0100)
docs/news.rst
docs/release.rst

index 8d254b12efc1332503bef953813e6de32e690beb..37b6cb584034a9991567a4f17aa21c2c837115c0 100644 (file)
@@ -13,11 +13,8 @@ Psycopg 3.1 (unreleased)
 - Add :ref:`Two-Phase Commit <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
 ^^^^^^^^^^^^^
 
index d126ff79ac422a44dab43f98bf324e24f139c572..8fcadaf3f978919b6e6d57dc0d37db1f54f60a64 100644 (file)
@@ -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