We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291005c commit 89c1703Copy full SHA for 89c1703
CHANGELOG.md
@@ -4,6 +4,19 @@
4
[![Generated by attribution][attribution-badge]][attribution-url]
5
6
7
+v2.7.3
8
+------
9
+
10
+Bugfix release
11
12
+- Fix error when using alternate import sorters with black (#241)
13
14
+```text
15
+$ git shortlog -s v2.7.2...v2.7.3
16
+ 4 Amethyst Reese
17
+```
18
19
20
v2.7.2
21
------
22
ufmt/__version__.py
@@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""
-__version__ = "2.7.2"
+__version__ = "2.7.3"
0 commit comments