Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 2, 2024
1 parent 1d27b9a commit 4287411
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.2.0 (2024-05-02)

### Feature

* feat(active-flag): added the ability to disable the cache ([`1d27b9a`](https://github.com/taylorhakes/python-redis-cache/commit/1d27b9a9b1c51664b48986e63057cebe63000e39))


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

### Feature
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.1.0"
__version__ = "3.2.0"

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

0 comments on commit 4287411

Please sign in to comment.