]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Bump version numbers for release
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 8 Jan 2022 18:57:04 +0000 (19:57 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 8 Jan 2022 19:00:45 +0000 (20:00 +0100)
docs/news.rst
docs/news_pool.rst
psycopg_pool/psycopg_pool/version.py

index d1b4c7ea4da9de3da7aee3bed2c0c453e574860f..2be27824da9319d9f52e07aa6ec06fe302fb6c34 100644 (file)
@@ -7,8 +7,11 @@
 ``psycopg`` release notes
 =========================
 
+Future releases
+---------------
+
 Psycopg 3.1 (unreleased)
-------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Add :ref:`Two-Phase Commit <two-phase-commit>` support (:ticket:`#72`).
 - Return results from all queries run through `~Cursor.executemany()`; each
@@ -20,8 +23,8 @@ Psycopg 3.1 (unreleased)
 Current release
 ---------------
 
-Psycopg 3.0.8 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.0.8
+^^^^^^^^^^^^^
 
 - Decode connection errors in the ``client_encoding`` specified in the
   connection string, if available (:ticket:`#194`).
index 7cfed1d91985cbf1f1944cfeb0285af229e2353f..0ac87770f981362575e09be0ce19027775df6361 100644 (file)
@@ -17,17 +17,16 @@ psycopg_pool 3.1.0 (unreleased)
   (:ticket:`#151`).
 
 
-psycopg_pool 3.0.3 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-- Throw `!ValueError` if `ConnectionPool` `!min_size` and `!max_size` are both
-  set to 0 (instead of hanging).
-- Throw `PoolClosed` calling `~ConnectionPool.wait()` on a closed pool.
-
-
 Current release
 ---------------
 
+psycopg_pool 3.0.3
+^^^^^^^^^^^^^^^^^^
+
+- Raise `!ValueError` if `ConnectionPool` `!min_size` and `!max_size` are both
+  set to 0 (instead of hanging).
+- Raise `PoolClosed` calling `~ConnectionPool.wait()` on a closed pool.
+
 psycopg_pool 3.0.2
 ^^^^^^^^^^^^^^^^^^
 
index 34dd5bd8e35dcd05e2b050caea02d6ce31021d4e..514daaf68fccb8ba391819d83ae8d3b08c2a8370 100644 (file)
@@ -6,4 +6,7 @@ psycopg pool version file.
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
+# STOP AND READ! if you change:
 __version__ = "3.1.dev0"
+# also change:
+# - `docs/news_pool.rst` to declare this version current or unreleased