File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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+
111v5.2.0 (2022-05-29)
212===================
313
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Related Projects
9999License
100100------------------------------------------------------------------------
101101
102- Copyright (c) 2014-2022 Thomas Kemmer.
102+ Copyright (c) 2014-2023 Thomas Kemmer.
103103
104104Licensed under the `MIT License `_.
105105
Original file line number Diff line number Diff line change 66sys .path .insert (0 , str ((basedir / "src" ).resolve ()))
77
88project = "cachetools"
9- copyright = "2014-2022 Thomas Kemmer"
9+ copyright = "2014-2023 Thomas Kemmer"
1010version = "5.2"
11- release = "5.2.0 "
11+ release = "5.2.1 "
1212
1313extensions = [
1414 "sphinx.ext.autodoc" ,
Original file line number Diff line number Diff line change 1313 "cachedmethod" ,
1414)
1515
16- __version__ = "5.2.0 "
16+ __version__ = "5.2.1 "
1717
1818import collections
1919import collections .abc
You can’t perform that action at this time.
0 commit comments