Skip to content

Commit 9983ef8

Browse files
committed
Bump version for uploading with updated twine.
1 parent c935468 commit 9983ef8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
v6.2.3 (2025-12-12)
29
===================
310

src/cachetools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cachedmethod",
1313
)
1414

15-
__version__ = "6.2.3"
15+
__version__ = "6.2.4"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)