Skip to content

Commit 981924a

Browse files
committed
Version 1.4.0 placeholder
1 parent 1f9738a commit 981924a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/build/changelog/changelog_14.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
1313
:start-line: 5
1414

1515

16+
.. changelog::
17+
:version: 1.4.0
18+
:include_notes_from: unreleased_14
19+
1620
.. changelog::
1721
:version: 1.4.0b2
1822
:released: February 3, 2021

lib/sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
from .types import VARCHAR # noqa
131131

132132

133-
__version__ = "1.4.0b2"
133+
__version__ = "1.4.0"
134134

135135

136136
def __go(lcls):

0 commit comments

Comments
 (0)