From: Mike Bayer Date: Mon, 6 Mar 2023 03:32:07 +0000 (-0500) Subject: - 2.0.5.post1 X-Git-Tag: rel_2_0_5_post1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ce99402a848c3553e53e51c79db8e765fb4295;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 2.0.5.post1 --- diff --git a/doc/build/changelog/changelog_20.rst b/doc/build/changelog/changelog_20.rst index 9d6043a978..b079f9b06a 100644 --- a/doc/build/changelog/changelog_20.rst +++ b/doc/build/changelog/changelog_20.rst @@ -10,6 +10,7 @@ .. changelog:: :version: 2.0.5.post1 + :released: March 5, 2023 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 679169c223..8da4ddf14d 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -242,7 +242,7 @@ copyright = "2007-2023, the SQLAlchemy authors and contributors" # noqa # The short X.Y version. version = "2.0" # The full version, including alpha/beta/rc tags. -release = "2.0.5" +release = "2.0.5.post1" release_date = "March 5, 2023"