File tree Expand file tree Collapse file tree 5 files changed +29
-26
lines changed Expand file tree Collapse file tree 5 files changed +29
-26
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,34 @@ Changelog
5
5
6
6
.. changelog ::
7
7
: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.
9
36
10
37
.. changelog ::
11
38
:version: 1.7.0
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.7.0 "
88
+ release = "1.7.1 "
89
89
release_date = "August 30, 2021"
90
90
91
91
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments