Skip to content

Commit e27e620

Browse files
author
github-actions
committed
3.1.0
Automatically generated by python-semantic-release
1 parent 939f046 commit e27e620

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v3.1.0 (2024-03-21)
6+
7+
### Feature
8+
9+
* feat(cluster): add ability to disable braces by not supporting cluster ([`939f046`](https://github.com/taylorhakes/python-redis-cache/commit/939f046922be7421ff39d4a29fe5c3be631a1179))
10+
11+
512
## v3.0.2 (2024-03-21)
613

714
### Fix

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
77
long_description = f.read()
88

9-
__version__ = "3.0.2"
9+
__version__ = "3.1.0"
1010

1111
setup(
1212
name='python-redis-cache',

0 commit comments

Comments
 (0)