Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 21, 2024
1 parent 3a21ccd commit 8691e17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v3.0.2 (2024-03-21)

### Fix

* fix(build): add redis to install_requires (#33) ([`3a21ccd`](https://github.com/taylorhakes/python-redis-cache/commit/3a21ccd908993ffe169f67d636ec9e41a924016f))


## v3.0.1 (2024-01-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8691e17

Please sign in to comment.