Skip to content

Commit 4777d69

Browse files
committed
Pre-release v6.0.0b3.
1 parent 1680b87 commit 4777d69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ v6.0.0 (UNRELEASED)
1919
this *may* result in a noticable performance degradation, depending
2020
on your actual use case.
2121

22+
- Improve documentation.
23+
2224
- Update CI environment.
2325

2426

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.0.0b2"
15+
__version__ = "6.0.0b3"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)