From: Mike Bayer Date: Wed, 10 May 2023 22:30:29 +0000 (-0400) Subject: Version 2.0.14 placeholder X-Git-Tag: rel_2_0_14~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e00591ec27f63d9cc851bbb3cf4824bd5644a8b8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 2.0.14 placeholder --- diff --git a/doc/build/changelog/changelog_20.rst b/doc/build/changelog/changelog_20.rst index 144457fc80..a153eac6ca 100644 --- a/doc/build/changelog/changelog_20.rst +++ b/doc/build/changelog/changelog_20.rst @@ -8,6 +8,10 @@ :start-line: 5 +.. changelog:: + :version: 2.0.14 + :include_notes_from: unreleased_20 + .. changelog:: :version: 2.0.13 :released: May 10, 2023 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 0bf16401c5..9616f4d64a 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -265,7 +265,7 @@ from .types import Uuid as Uuid from .types import VARBINARY as VARBINARY from .types import VARCHAR as VARCHAR -__version__ = "2.0.13" +__version__ = "2.0.14" def __go(lcls: Any) -> None: