File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,21 @@ Changelog
55
66.. changelog ::
77 :version: 1.17.0
8- :include_notes_from: unreleased
8+ :released: October 11, 2025
9+
10+ .. change ::
11+ :tags: change, tests
12+
13+ The top-level test runner has been changed to use ``nox ``, adding a
14+ ``noxfile.py `` as well as some included modules. The ``tox.ini `` file
15+ remains in place so that ``tox `` runs will continue to function in the near
16+ term, however it will be eventually removed and improvements and
17+ maintenance going forward will be only towards ``noxfile.py ``.
18+
19+ .. change ::
20+ :tags: change, general
21+
22+ The minimum Python version is now 3.10, as Python 3.9 is EOL.
923
1024.. changelog ::
1125 :version: 1.16.5
Original file line number Diff line number Diff line change 100100# The short X.Y version.
101101version = alembic .__version__
102102# The full version, including alpha/beta/rc tags.
103- release = "1.16.5 "
104- release_date = "August 27 , 2025"
103+ release = "1.17.0 "
104+ release_date = "October 11 , 2025"
105105
106106
107107# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments