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 c935468 commit 9983ef8Copy full SHA for 9983ef8
2 files changed
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+v6.2.4 (2025-12-15)
2
+===================
3
+
4
+- Fix license information displayed on PyPI be using an updated
5
+ version of ``twine`` for uploading.
6
7
8
v6.2.3 (2025-12-12)
9
===================
10
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
12
"cachedmethod",
13
)
14
15
-__version__ = "6.2.3"
+__version__ = "6.2.4"
16
17
import collections
18
import collections.abc
0 commit comments