From: Mike Bayer Date: Thu, 11 Feb 2021 23:27:56 +0000 (-0500) Subject: Prepare to ship 1.4.0b3 X-Git-Tag: rel_1_4_0b3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1ba9b552305ac17aa1bdf3847a791e438e0771;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Prepare to ship 1.4.0b3 Due to #5933 and to a lesser degree #5934, put out 1.4.0b3 so that it gets some coverage before release. Change-Id: Ic5538e2f64e811b34d7c3dc03307073a55a63a87 --- diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 3337028358..e1f1a94368 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -130,7 +130,7 @@ from .types import VARBINARY # noqa from .types import VARCHAR # noqa -__version__ = "1.4.0" +__version__ = "1.4.0b3" def __go(lcls):