diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-03-22 10:43:22 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-03-22 10:43:22 -0400 |
commit | bd1b3ac3a5b79deb4c908501f3e2c2e2a7e18c49 (patch) | |
tree | 401bcd3ea030d83615bcbb90682d5e25650d92a1 | |
parent | ff6b851ceddea347e1779e7a74cd12700e38f258 (diff) | |
download | alembic-bd1b3ac3a5b79deb4c908501f3e2c2e2a7e18c49.tar.gz |
Version 0.9.10 placeholder
-rw-r--r-- | alembic/__init__.py | 2 | ||||
-rw-r--r-- | docs/build/changelog.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/alembic/__init__.py b/alembic/__init__.py index d6c8b33..6bac3e7 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.9' +__version__ = '0.9.10' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 1b564a9..c777589 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,6 +4,10 @@ Changelog ========== .. changelog:: + :version: 0.9.10 + :include_notes_from: unreleased + +.. changelog:: :version: 0.9.9 :released: March 22, 2018 |