Skip to content

Commit 79eb3c7

Browse files
committed
- 1.6.4
1 parent 19e1f6c commit 79eb3c7

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

docs/build/changelog.rst

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

66
.. changelog::
77
:version: 1.6.4
8-
:include_notes_from: unreleased
8+
:released: May 24, 2021
9+
10+
.. change::
11+
:tags: bug, regression, op directives
12+
:tickets: 848
13+
14+
Fixed regression caused by just fixed :ticket:`844` that scaled back the
15+
filter for ``unique=True/index=True`` too far such that these directives no
16+
longer worked for the ``op.create_table()`` op, this has been fixed.
917

1018
.. changelog::
1119
:version: 1.6.3

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
# The short X.Y version.
8686
version = alembic.__version__
8787
# The full version, including alpha/beta/rc tags.
88-
release = "1.6.3"
89-
release_date = "May 21, 2021"
88+
release = "1.6.4"
89+
release_date = "May 24, 2021"
9090

9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/848.rst

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

0 commit comments

Comments
 (0)