Skip to content

Commit 32d2fb0

Browse files
committed
Prepare v5.2.1.
1 parent d483da2 commit 32d2fb0

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v5.2.1 (UNRELEASED)
2+
===================
3+
4+
- Add support for Python 3.11.
5+
6+
- Correct version information in RTD documentation.
7+
8+
- ``badges/shields``: Change to GitHub workflow badge routes.
9+
10+
111
v5.2.0 (2022-05-29)
212
===================
313

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Related Projects
9999
License
100100
------------------------------------------------------------------------
101101

102-
Copyright (c) 2014-2022 Thomas Kemmer.
102+
Copyright (c) 2014-2023 Thomas Kemmer.
103103

104104
Licensed under the `MIT License`_.
105105

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
sys.path.insert(0, str((basedir / "src").resolve()))
77

88
project = "cachetools"
9-
copyright = "2014-2022 Thomas Kemmer"
9+
copyright = "2014-2023 Thomas Kemmer"
1010
version = "5.2"
11-
release = "5.2.0"
11+
release = "5.2.1"
1212

1313
extensions = [
1414
"sphinx.ext.autodoc",

src/cachetools/__init__.py

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

16-
__version__ = "5.2.0"
16+
__version__ = "5.2.1"
1717

1818
import collections
1919
import collections.abc

0 commit comments

Comments
 (0)