Skip to content

Commit

Permalink
Prepare v5.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jan 8, 2023
1 parent d483da2 commit 32d2fb0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v5.2.1 (UNRELEASED)
===================

- Add support for Python 3.11.

- Correct version information in RTD documentation.

- ``badges/shields``: Change to GitHub workflow badge routes.


v5.2.0 (2022-05-29)
===================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Related Projects
License
------------------------------------------------------------------------

Copyright (c) 2014-2022 Thomas Kemmer.
Copyright (c) 2014-2023 Thomas Kemmer.

Licensed under the `MIT License`_.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
sys.path.insert(0, str((basedir / "src").resolve()))

project = "cachetools"
copyright = "2014-2022 Thomas Kemmer"
copyright = "2014-2023 Thomas Kemmer"
version = "5.2"
release = "5.2.0"
release = "5.2.1"

extensions = [
"sphinx.ext.autodoc",
Expand Down
2 changes: 1 addition & 1 deletion src/cachetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cachedmethod",
)

__version__ = "5.2.0"
__version__ = "5.2.1"

import collections
import collections.abc
Expand Down

0 comments on commit 32d2fb0

Please sign in to comment.