Skip to content

Commit

Permalink
Bump copyright year and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 26, 2024
1 parent 2b0a7cb commit 1fcadea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v5.3.3 (2024-02-26)
===================

- Documentation improvements.

- Update CI environment.


v5.3.2 (2023-10-24)
===================

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.3.2"
__version__ = "5.3.3"

import collections
import collections.abc
Expand Down

2 comments on commit 1fcadea

@kuraga
Copy link
Contributor

@kuraga kuraga commented on 1fcadea Feb 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkem , the v5.3.3 tag hasn't been pushed.

@tkem
Copy link
Owner Author

@tkem tkem commented on 1fcadea Feb 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, noticed myself after turning of the computer yesterday night ;-)

Please sign in to comment.