]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Version 1.4.1 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Feb 2020 21:04:58 +0000 (16:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Feb 2020 21:04:58 +0000 (16:04 -0500)
alembic/__init__.py
docs/build/changelog.rst

index 6b40a270f2cbe93f51a3c30cbc3f9207ad967303..b862066175a5a3f7b35f975b67b34e59e141f8dd 100644 (file)
@@ -5,7 +5,7 @@ from . import op  # noqa
 from .runtime import environment
 from .runtime import migration
 
-__version__ = "1.4.0"
+__version__ = '1.4.1'
 
 sys.modules["alembic.migration"] = migration
 sys.modules["alembic.environment"] = environment
index fc0f673febd63318be65d8d276b49cfcc35bbd07..5374ab4c91d5c475cddff78b0783438b454949fe 100644 (file)
@@ -3,6 +3,10 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 1.4.1
+    :include_notes_from: unreleased
+
 .. changelog::
     :version: 1.4.0
     :released: February 4, 2020