Skip to content

Commit e17b52b

Browse files
author
github-actions
committed
4.0.2
Automatically generated by python-semantic-release
1 parent b7d0605 commit e17b52b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v4.0.2 (2025-03-25)
6+
7+
### Fix
8+
9+
* fix(lua): Fix time parsing in limit cache ([`b7d0605`](https://github.com/taylorhakes/python-redis-cache/commit/b7d060521b673a49a90bd79c8c67d8cc4c2df34f))
10+
11+
512
## v4.0.1 (2024-08-27)
613

714
### Build

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
77
long_description = f.read()
88

9-
__version__ = "4.0.1"
9+
__version__ = "4.0.2"
1010

1111
setup(
1212
name='python-redis-cache',

0 commit comments

Comments
 (0)