Skip to content

Commit 7bd9a04

Browse files
committed
- 1.17.0
1 parent 193852a commit 7bd9a04

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

docs/build/changelog.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
# The short X.Y version.
101101
version = 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

docs/build/unreleased/nox.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/build/unreleased/remove_py39.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)