.. changelog::
:version: 1.17.0
- :include_notes_from: unreleased
+ :released: October 11, 2025
+
+ .. change::
+ :tags: change, tests
+
+ The top-level test runner has been changed to use ``nox``, adding a
+ ``noxfile.py`` as well as some included modules. The ``tox.ini`` file
+ remains in place so that ``tox`` runs will continue to function in the near
+ term, however it will be eventually removed and improvements and
+ maintenance going forward will be only towards ``noxfile.py``.
+
+ .. change::
+ :tags: change, general
+
+ The minimum Python version is now 3.10, as Python 3.9 is EOL.
.. changelog::
:version: 1.16.5
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.16.5"
-release_date = "August 27, 2025"
+release = "1.17.0"
+release_date = "October 11, 2025"
# The language for content autogenerated by Sphinx. Refer to documentation
+++ /dev/null
-.. change::
- :tags: change, tests
-
- The top-level test runner has been changed to use ``nox``, adding a
- ``noxfile.py`` as well as some included modules. The ``tox.ini`` file
- remains in place so that ``tox`` runs will continue to function in the near
- term, however it will be eventually removed and improvements and
- maintenance going forward will be only towards ``noxfile.py``.
+++ /dev/null
-.. change::
- :tags: change, general
-
- The minimum Python version is now 3.10, as Python 3.9 is EOL.