Skip to content

Commit 293cc37

Browse files
committed
- 1.7.1
1 parent 2793416 commit 293cc37

File tree

5 files changed

+29
-26
lines changed

5 files changed

+29
-26
lines changed

docs/build/changelog.rst

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,34 @@ Changelog
55

66
.. changelog::
77
:version: 1.7.1
8-
:include_notes_from: unreleased
8+
:released: August 30, 2021
9+
10+
.. change::
11+
:tags: bug, installation
12+
:tickets: 893
13+
14+
Corrected "universal wheel" directive in setup.cfg so that building a wheel
15+
does not target Python 2. The PyPi files index for 1.7.0 was corrected
16+
manually. Pull request courtesy layday.
17+
18+
.. change::
19+
:tags: bug, pep484
20+
:tickets: 895
21+
22+
Fixed issue in generated .pyi files where default values for ``Optional``
23+
arguments were missing, thereby causing mypy to consider them as required.
24+
25+
26+
.. change::
27+
:tags: bug, regression, batch
28+
:tickets: 896
29+
30+
Fixed regression in batch mode due to :ticket:`883` where the "auto" mode
31+
of batch would fail to accommodate any additional migration directives
32+
beyond encountering an ``add_column()`` directive, due to a mis-application
33+
of the conditional logic that was added as part of this change, leading to
34+
"recreate" mode not being used in cases where it is required for SQLite
35+
such as for unique constraints.
936

1037
.. changelog::
1138
:version: 1.7.0

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
# The short X.Y version.
8686
version = alembic.__version__
8787
# The full version, including alpha/beta/rc tags.
88-
release = "1.7.0"
88+
release = "1.7.1"
8989
release_date = "August 30, 2021"
9090

9191

docs/build/unreleased/893.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/build/unreleased/895.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/build/unreleased/896.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)