- 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`).
- Add `!CHECK_STANDBY` value to `~pq.ConnStatus` enum.
-Current release
----------------
-
Psycopg 3.0.5
^^^^^^^^^^^^^
# 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.