From: Mike Bayer Date: Sat, 8 Aug 2026 16:30:57 +0000 (-0400) Subject: - 1.19.1 X-Git-Tag: rel_1_19_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe73dec13974f63cb438c1a2b525f2c5ac4c926;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.19.1 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index ed6ca730..38a187c2 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,15 @@ Changelog .. changelog:: :version: 1.19.1 - :include_notes_from: unreleased + :released: August 8, 2026 + + .. change:: + :tags: bug, autogenerate + :tickets: 1842 + + Fixed bug in the check constraint detection implemented in :ticket:`508` + that failed to take into account column bound check constraints, + leading to wrong autogenerate detections. .. changelog:: :version: 1.19.0 diff --git a/docs/build/conf.py b/docs/build/conf.py index 9205fbb9..0a29fec1 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -100,8 +100,8 @@ author = "Mike Bayer" # The short X.Y version. version = alembic.__version__ # The full version, including alpha/beta/rc tags. -release = "1.19.0" -release_date = "August 4, 2026" +release = "1.19.1" +release_date = "August 8, 2026" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/1842.rst b/docs/build/unreleased/1842.rst deleted file mode 100644 index adc5776f..00000000 --- a/docs/build/unreleased/1842.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, autogenerate - :tickets: 1842 - - Fixed bug in the check constraint detection implemented in :ticket:`508` - that failed to take into account column bound check constraints, - leading to wrong autogenerate detections.