From b20fe6bfc911898af2ff722f343101832cdf11ec Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 29 Jun 2018 16:27:56 -0400 Subject: [PATCH] Version 1.0.0 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 6bac3e77..fe5dce5a 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.10' +__version__ = '1.0.0' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 8c1b11e5..2332d70f 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.0 + :include_notes_from: unreleased + .. changelog:: :version: 0.9.10 :released: June 29, 2018 -- 2.47.2