We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1903c4b commit 686024eCopy full SHA for 686024e
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
## HEAD
4
5
+## 3.3.1
6
+
7
+Released Dec. 24, 2020
8
9
+### User-facing changes
10
+- [FEATURE] Vendor `wheel` to improve user experience ([#275](https://github.com/pypa/auditwheel/pull/275))
11
12
+### Housekeeping
13
+- Fix twine check warning
14
+- Modernize Python syntax using `pyupgrade --py36-plus` ([#278](https://github.com/pypa/auditwheel/pull/278))
15
+- Remove usage of `wheel` imported helpers for python 2/3 compatibility ([#276](https://github.com/pypa/auditwheel/pull/276))
16
+- Bump `wheel` to 0.36.2 ([#273](https://github.com/pypa/auditwheel/pull/273))
17
18
## 3.3.0
19
20
Released Dec. 6, 2020
0 commit comments