Skip to content

Commit

Permalink
3.1.0
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 939f046 commit e27e620
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.1.0 (2024-03-21)

### Feature

* feat(cluster): add ability to disable braces by not supporting cluster ([`939f046`](https://github.com/taylorhakes/python-redis-cache/commit/939f046922be7421ff39d4a29fe5c3be631a1179))


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

### 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.2"
__version__ = "3.1.0"

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

0 comments on commit e27e620

Please sign in to comment.