Skip to content

Commit 8691e17

Browse files
author
github-actions
committed
3.0.2
Automatically generated by python-semantic-release
1 parent 3a21ccd commit 8691e17

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+
## v3.0.2 (2024-03-21)
6+
7+
### Fix
8+
9+
* fix(build): add redis to install_requires (#33) ([`3a21ccd`](https://github.com/taylorhakes/python-redis-cache/commit/3a21ccd908993ffe169f67d636ec9e41a924016f))
10+
11+
512
## v3.0.1 (2024-01-10)
613

714
### Fix

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__ = "3.0.1"
9+
__version__ = "3.0.2"
1010

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

0 commit comments

Comments
 (0)