]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Prepare to ship 1.4.0b3
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Feb 2021 23:27:56 +0000 (18:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Feb 2021 23:27:56 +0000 (18:27 -0500)
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

lib/sqlalchemy/__init__.py

index 3337028358d4a4b4b5e7907f4fafd40021b3184c..e1f1a94368a103ffba0a309214babe4023328e25 100644 (file)
@@ -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):