``psycopg_pool`` release notes
==============================
-Future releases
+Current release
---------------
-psycopg_pool 3.1.0 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+psycopg_pool 3.1.0
+------------------
- Add :ref:`null-pool` (:ticket:`#148`).
- Add `ConnectionPool.open()` and *open* parameter to the pool init
(:ticket:`#151`).
-Current release
----------------
-
psycopg_pool 3.0.3
^^^^^^^^^^^^^^^^^^
# 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"
+__version__ = "3.1"
# also change:
# - `docs/news_pool.rst` to declare this version current or unreleased