From 74a32aa898fe8980403ab96d7726c38fe219b7e3 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 13 Dec 2021 13:34:20 +0100 Subject: [PATCH] Finalise version 3.0.6 for release --- docs/news.rst | 10 +++++----- psycopg/psycopg/version.py | 7 +++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index bc266a405..c0cfc423b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -14,8 +14,11 @@ Psycopg 3.1 (unreleased) - Add `pq.PGconn.trace()` and related trace functions (:ticket:`#167`). -Psycopg 3.0.6 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^ +Current release +--------------- + +Psycopg 3.0.6 +^^^^^^^^^^^^^ - Allow to use `Cursor.description` if the connection is closed (:ticket:`#172`). @@ -27,9 +30,6 @@ Psycopg 3.0.6 (unreleased) - Add `!CHECK_STANDBY` value to `~pq.ConnStatus` enum. -Current release ---------------- - Psycopg 3.0.5 ^^^^^^^^^^^^^ diff --git a/psycopg/psycopg/version.py b/psycopg/psycopg/version.py index 971e9079b..e6f71687a 100644 --- a/psycopg/psycopg/version.py +++ b/psycopg/psycopg/version.py @@ -6,6 +6,9 @@ psycopg distribution version file. # Use a versioning scheme as defined in # https://www.python.org/dev/peps/pep-0440/ -__version__ = "3.1.dev0" -# also change psycopg_c/psycopg_c/version.py accordingly. +# STOP AND READ! if you change: +__version__ = "3.1.dev0" +# also change: +# - `docs/news.rst` to declare this as the current version or an unreleased one +# - `psycopg_c/psycopg_c/version.py` to the same version. -- 2.47.2