Skip to content

Commit 89c1703

Browse files
committed
Version bump v2.7.3
1 parent 291005c commit 89c1703

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

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+
720
v2.7.2
821
------
922

ufmt/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Do not edit manually. Get more info at https://attribution.omnilib.dev
55
"""
66

7-
__version__ = "2.7.2"
7+
__version__ = "2.7.3"

0 commit comments

Comments
 (0)