``psycopg_pool`` release notes
==============================
-Future releases
+Current release
---------------
-psycopg_pool 3.1.5 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.5
+^^^^^^^^^^^^^^^^^^
- Make sure that `!ConnectionPool.check()` refills an empty pool
(:ticket:`#438`).
- Avoid error in Pyright caused by aliasing `!TypeAlias` (:ticket:`#439`).
-Current release
----------------
-
psycopg_pool 3.1.4
^^^^^^^^^^^^^^^^^^
# https://www.python.org/dev/peps/pep-0440/
# STOP AND READ! if you change:
-__version__ = "3.1.5.dev0"
+__version__ = "3.1.5"
# also change:
# - `docs/news_pool.rst` to declare this version current or unreleased