From 7970b37a1dcb2eb59d8502fe3d02afed9f6dcb02 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 24 Apr 2023 11:12:43 -0400 Subject: [PATCH] Version 1.10.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 b3c14116..b069e1a6 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ from . import context from . import op -__version__ = "1.10.4" +__version__ = "1.10.5" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f6e9d74b..dd3d569d 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.10.5 + :include_notes_from: unreleased + .. changelog:: :version: 1.10.4 :released: April 24, 2023