Skip to content

Commit d987446

Browse files
committed
Release v7.1.0.
1 parent 3d79e80 commit d987446

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v7.1.0 (UNRELEASED)
2+
===================
3+
4+
- Add type stubs based on the work of the good people at `typeshed
5+
<https://github.com/python/typeshed/tree/main/stubs/cachetools/>`__.
6+
7+
- Update unit tests.
8+
9+
110
v7.0.6 (2026-04-20)
211
===================
312

README.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ cachetools is available from PyPI_ and can be installed by running::
7272

7373
pip install cachetools
7474

75-
Typing stubs for this package are provided by typeshed_ and can be
76-
installed by running::
77-
78-
pip install types-cachetools
79-
8075

8176
Project Resources
8277
------------------------------------------------------------------------
@@ -113,7 +108,6 @@ Licensed under the `MIT License`_.
113108
.. _cache algorithm: https://en.wikipedia.org/wiki/Cache_algorithms
114109

115110
.. _PyPI: https://pypi.org/project/cachetools/
116-
.. _typeshed: https://github.com/python/typeshed/
117111
.. _Documentation: https://cachetools.readthedocs.io/
118112
.. _Issue tracker: https://github.com/tkem/cachetools/issues/
119113
.. _Source code: https://github.com/tkem/cachetools/

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__ = "7.0.6"
15+
__version__ = "7.1.0"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)