diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-28 16:36:16 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-28 16:36:16 -0400 |
| commit | 69604f5c31b2d83026a2200420caf8f6623b7f30 (patch) | |
| tree | 879d1a313fcfedf317a9c4c0cf8171b390264df1 | |
| parent | e3ce7ee2ee5b647416654763bd0c8c781b88d79f (diff) | |
| download | sqlalchemy-69604f5c31b2d83026a2200420caf8f6623b7f30.tar.gz | |
Version 1.4.21 placeholder
| -rw-r--r-- | doc/build/changelog/changelog_14.rst | 4 | ||||
| -rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index 178ad3ef1..4d7aa9a9a 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -14,6 +14,10 @@ This document details individual issue-level changes made throughout .. changelog:: + :version: 1.4.21 + :include_notes_from: unreleased_14 + +.. changelog:: :version: 1.4.20 :released: June 28, 2021 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 18c33ec9f..1f9127e05 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.20" +__version__ = "1.4.21" def __go(lcls): |
