summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-02-25 20:06:42 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2023-02-25 20:06:42 -0500
commitcbc13309a154dd59ae428f14fa2e7340a5fcb6fc (patch)
treef313825808215534d6ecc63048ad0eebf4fdd47f
parentb53ec0004a08c40a25a4dbf047c51cd140971a9c (diff)
downloadalembic-cbc13309a154dd59ae428f14fa2e7340a5fcb6fc.tar.gz
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
-rw-r--r--alembic/__init__.py2
-rw-r--r--docs/build/changelog.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/alembic/__init__.py b/alembic/__init__.py
index 8a0b0ff..794c4fa 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 d3bb5e2..a36b93e 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::