Skip to content

Commit 3e8fa06

Browse files
author
github-actions
committed
2.2.4
Automatically generated by python-semantic-release
1 parent d434cb6 commit 3e8fa06

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v2.2.4 (2023-09-16)
6+
7+
### Fix
8+
9+
* fix(release): fix version change ([`d434cb6`](https://github.com/taylorhakes/python-redis-cache/commit/d434cb6dacae29022eb7176f59777225f8b2c782))
10+
11+
512
## v2.2.3 (2023-09-16)
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__ = "2.1.2"
9+
__version__ = "2.2.4"
1010

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

0 commit comments

Comments
 (0)