]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.17.0 rel_1_17_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2025 18:37:19 +0000 (14:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2025 18:37:19 +0000 (14:37 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/nox.rst [deleted file]
docs/build/unreleased/remove_py39.rst [deleted file]

index 0bd8d88bed70d54a35f219a25d9eb2b4aa2286b1..bab889a734a078bb4e288d90f1ac7b4d67121b19 100644 (file)
@@ -5,7 +5,21 @@ Changelog
 
 .. 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
index 38ce329029209058d7f53b5abe094677229043c3..1375950df88dc4781539e051127993505ac9dcdb 100644 (file)
@@ -100,8 +100,8 @@ copyright = "2010-2025, Mike Bayer"  # noqa
 # 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
diff --git a/docs/build/unreleased/nox.rst b/docs/build/unreleased/nox.rst
deleted file mode 100644 (file)
index dbc4d5e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. 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``.
diff --git a/docs/build/unreleased/remove_py39.rst b/docs/build/unreleased/remove_py39.rst
deleted file mode 100644 (file)
index 4c300bb..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-.. change::
-    :tags: change, general
-
-    The minimum Python version is now 3.10, as Python 3.9 is EOL.