Skip to content

Commit

Permalink
- 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed May 6, 2021
1 parent 9dd48d0 commit 82321d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
11 changes: 10 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ Changelog

.. changelog::
:version: 1.6.1
:include_notes_from: unreleased
:released: May 6, 2021

.. change::
:tags: bug, versioning, regression
:tickets: 838

Fixed regression in new revisioning traversal where "alembic downgrade
base" would fail if the database itself were clean and unversioned;
additionally repairs the case where downgrade would fail if attempting
to downgrade to the current head that is already present.

.. changelog::
:version: 1.6.0
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.6.0"
release_date = "May 3, 2021"
release = "1.6.1"
release_date = "May 6, 2021"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
8 changes: 0 additions & 8 deletions docs/build/unreleased/838.rst

This file was deleted.

0 comments on commit 82321d0

Please sign in to comment.