summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-02-01 15:56:44 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-02-01 15:56:44 -0500
commit1c16ef3620d413befe8a66c79bee9edb806094e0 (patch)
tree630c866730be8dfb7d8068fdc9e43c243740e5c6
parent4d7a872823220b9ec906fadea986a30c26db7887 (diff)
downloadsqlalchemy-1c16ef3620d413befe8a66c79bee9edb806094e0.tar.gz
Version 1.3.24 placeholder
-rw-r--r--doc/build/changelog/changelog_13.rst4
-rw-r--r--lib/sqlalchemy/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst
index 517552a3d..c6516c66a 100644
--- a/doc/build/changelog/changelog_13.rst
+++ b/doc/build/changelog/changelog_13.rst
@@ -11,6 +11,10 @@
:start-line: 5
.. changelog::
+ :version: 1.3.24
+ :include_notes_from: unreleased_13
+
+.. changelog::
:version: 1.3.23
:released: February 1, 2021
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py
index 9710a1461..fbe8af555 100644
--- a/lib/sqlalchemy/__init__.py
+++ b/lib/sqlalchemy/__init__.py
@@ -124,7 +124,7 @@ from .engine import create_engine # noqa nosort
from .engine import engine_from_config # noqa nosort
-__version__ = "1.3.23"
+__version__ = "1.3.24"
def __go(lcls):