Skip to content

Commit

Permalink
- 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Aug 30, 2021
1 parent 2793416 commit 293cc37
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
29 changes: 28 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,34 @@ Changelog

.. changelog::
:version: 1.7.1
:include_notes_from: unreleased
:released: August 30, 2021

.. change::
:tags: bug, installation
:tickets: 893

Corrected "universal wheel" directive in setup.cfg so that building a wheel
does not target Python 2. The PyPi files index for 1.7.0 was corrected
manually. Pull request courtesy layday.

.. change::
:tags: bug, pep484
:tickets: 895

Fixed issue in generated .pyi files where default values for ``Optional``
arguments were missing, thereby causing mypy to consider them as required.


.. change::
:tags: bug, regression, batch
:tickets: 896

Fixed regression in batch mode due to :ticket:`883` where the "auto" mode
of batch would fail to accommodate any additional migration directives
beyond encountering an ``add_column()`` directive, due to a mis-application
of the conditional logic that was added as part of this change, leading to
"recreate" mode not being used in cases where it is required for SQLite
such as for unique constraints.

.. changelog::
:version: 1.7.0
Expand Down
2 changes: 1 addition & 1 deletion docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.7.0"
release = "1.7.1"
release_date = "August 30, 2021"


Expand Down
7 changes: 0 additions & 7 deletions docs/build/unreleased/893.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/build/unreleased/895.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/build/unreleased/896.rst

This file was deleted.

0 comments on commit 293cc37

Please sign in to comment.