From 4fb3681f8167d8501ff8a348fd6e9caa6491122f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 7 Feb 2023 15:48:43 -0500 Subject: [PATCH] Version 1.9.4 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 658fb0b0..8aa8b9d8 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.9.3" +__version__ = "1.9.4" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index e10c6acd..852aca5d 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.9.4 + :include_notes_from: unreleased + .. changelog:: :version: 1.9.3 :released: February 7, 2023 -- 2.47.2