We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8764fbe commit 187dc56Copy full SHA for 187dc56
CHANGES.rst
@@ -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
10
Version 0.10.2
11
--------------
12
@@ -9,7 +18,7 @@ Released 2023-01-31
18
Version 0.10.1
19
20
-Unreleased
21
+Released 2023-01-22
13
22
14
23
- Fix logging pollution due to ``DynamoDB`` logging handler
15
24
src/cachelib/__init__.py
@@ -17,4 +17,4 @@
17
"UWSGICache",
"DynamoDbCache",
]
-__version__ = "0.10.2"
+__version__ = "0.11.0"
0 commit comments