We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a21ccd commit 8691e17Copy full SHA for 8691e17
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
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
12
## v3.0.1 (2024-01-10)
13
14
### Fix
setup.py
@@ -6,7 +6,7 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
-__version__ = "3.0.1"
+__version__ = "3.0.2"
setup(
name='python-redis-cache',
0 commit comments