File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ Changelog
5
5
6
6
.. changelog ::
7
7
: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.
9
17
10
18
.. changelog ::
11
19
:version: 1.6.3
Original file line number Diff line number Diff line change 85
85
# The short X.Y version.
86
86
version = alembic .__version__
87
87
# 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"
90
90
91
91
92
92
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments