From df26520617fa6f9ed65f7047d7e158cd31ba7154 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 16 Feb 2023 12:38:03 -0500 Subject: [PATCH] Version 1.9.5 placeholder --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index 8aa8b9d8..8a0b0ff7 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.9.4" +__version__ = "1.9.5" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 71a17f24..d3bb5e27 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.9.5 + :include_notes_from: unreleased + .. changelog:: :version: 1.9.4 :released: February 16, 2023 -- 2.47.2