Skip to content

Commit 187dc56

Browse files
authored
release 0.11.0 (#347)
1 parent 8764fbe commit 187dc56

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGES.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 0.11.0
2+
--------------
3+
4+
Released 2024-02010
5+
6+
- Drop python 3.7 support
7+
- Add python 3.11 support
8+
9+
110
Version 0.10.2
211
--------------
312

@@ -9,7 +18,7 @@ Released 2023-01-31
918
Version 0.10.1
1019
--------------
1120

12-
Unreleased
21+
Released 2023-01-22
1322

1423
- Fix logging pollution due to ``DynamoDB`` logging handler
1524

Diff for: src/cachelib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"UWSGICache",
1818
"DynamoDbCache",
1919
]
20-
__version__ = "0.10.2"
20+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)