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+
170.18.1 2019-03-04
28-----------------
39
Original file line number Diff line number Diff line change 1212)
1313__uri__ = "https://github.com/PyCQA/flake8-import-order"
1414
15- __version__ = "0.18.1 "
15+ __version__ = "0.18.2 "
1616
1717__author__ = "Alex Stapleton"
1818
Original file line number Diff line number Diff line change @@ -42,3 +42,12 @@ commands =
4242[testenv:manifest]
4343deps = check-manifest
4444commands = 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