From 6f0938086dde93a12e61e47c00c37a9ee9fee8b6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 6 Mar 2023 20:14:59 -0500 Subject: [PATCH] Version 1.10.2 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 1d1b5c5e..4bf0a682 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.10.1" +__version__ = "1.10.2" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f0262c2a..59646ae6 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.10.2 + :include_notes_from: unreleased + .. changelog:: :version: 1.10.1 :released: March 6, 2023 -- 2.47.2