From 67ce99402a848c3553e53e51c79db8e765fb4295 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 5 Mar 2023 22:32:07 -0500 Subject: [PATCH] - 2.0.5.post1 --- doc/build/changelog/changelog_20.rst | 1 + doc/build/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.2