diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-02-11 18:27:56 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-02-11 18:27:56 -0500 |
commit | dd1ba9b552305ac17aa1bdf3847a791e438e0771 (patch) | |
tree | 8be5266a3bc8437ab9476f4fe370038b7d062544 /lib/sqlalchemy/__init__.py | |
parent | 89dc4562adb38367ee5fabbcc04ee44968af4906 (diff) | |
download | sqlalchemy-dd1ba9b552305ac17aa1bdf3847a791e438e0771.tar.gz |
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
Diffstat (limited to 'lib/sqlalchemy/__init__.py')
-rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 333702835..e1f1a9436 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): |