Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 10, 2024
1 parent 8b03459 commit 8fdf588
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.1 (2024-01-10)

### Fix

* fix(keys): update keys to be in same key space (#30) ([`8b03459`](https://github.com/taylorhakes/python-redis-cache/commit/8b03459a253bee5fd6cd1aadd14aa0d5f1e78198))


## v3.0.0 (2024-01-09)

### Breaking
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.0"
__version__ = "3.0.1"

setup(
name='python-redis-cache',
Expand Down

0 comments on commit 8fdf588

Please sign in to comment.