From cbc13309a154dd59ae428f14fa2e7340a5fcb6fc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 25 Feb 2023 20:06:42 -0500 Subject: [PATCH] set next version at 1.10.0 Will rebase current 1.10 gerrits to this one until we are very close to 1.10 issues being very close to ready for release. In the interim, I'd rather not have an 0.9 branch for emergency bugfixes. We are mostly here waiting on I226408eed855b923172e5df0bdab005ed2cc9f53 for 1.10 to be close to release. Change-Id: I9b568a19d6653ed54069b84187dcb10ad4150274 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index 8a0b0ff7..794c4fa1 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -3,4 +3,4 @@ import sys from . import context from . import op -__version__ = "1.9.5" +__version__ = "1.10.0" diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index d3bb5e27..a36b93e0 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,7 +4,7 @@ Changelog ========== .. changelog:: - :version: 1.9.5 + :version: 1.10.0 :include_notes_from: unreleased .. changelog:: -- 2.47.2