File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.18.2 2022-11-26
2
+ -----------------
3
+
4
+ * Add ``zoneinfo `` to list of standard library modules
5
+ * Fix registering of options with Flake8 >= 6.0
6
+
1
7
0.18.1 2019-03-04
2
8
-----------------
3
9
Original file line number Diff line number Diff line change 12
12
)
13
13
__uri__ = "https://github.com/PyCQA/flake8-import-order"
14
14
15
- __version__ = "0.18.1 "
15
+ __version__ = "0.18.2 "
16
16
17
17
__author__ = "Alex Stapleton"
18
18
Original file line number Diff line number Diff line change @@ -42,3 +42,12 @@ commands =
42
42
[testenv:manifest]
43
43
deps = check-manifest
44
44
commands = check-manifest
45
+
46
+ [testenv:release]
47
+ deps =
48
+ build
49
+ twine
50
+ commands =
51
+ python -m build
52
+ twine check dist/*
53
+ twine upload {posargs:--skip-existing} dist/*
You can’t perform that action at this time.
0 commit comments