diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index 1945fa2a2a..0bf29f2864 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout :start-line: 5 +.. changelog:: + :version: 1.4.15 + :include_notes_from: unreleased_14 + .. changelog:: :version: 1.4.14 :released: May 6, 2021 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 455e5996ff..0659a7f9db 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -130,7 +130,7 @@ from .types import VARBINARY from .types import VARCHAR -__version__ = "1.4.14" +__version__ = "1.4.15" def __go(lcls):