From 187dc567bef75e1485a38f191b384bc1850d2820 Mon Sep 17 00:00:00 2001 From: Gabriel Fioravante Date: Sat, 10 Feb 2024 11:18:09 -0300 Subject: [PATCH] release 0.11.0 (#347) --- CHANGES.rst | 11 ++++++++++- src/cachelib/__init__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 80683a12..9eee1eb1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +Version 0.11.0 +-------------- + +Released 2024-02010 + +- Drop python 3.7 support +- Add python 3.11 support + + Version 0.10.2 -------------- @@ -9,7 +18,7 @@ Released 2023-01-31 Version 0.10.1 -------------- -Unreleased +Released 2023-01-22 - Fix logging pollution due to ``DynamoDB`` logging handler diff --git a/src/cachelib/__init__.py b/src/cachelib/__init__.py index f3790f03..1ffefdbd 100644 --- a/src/cachelib/__init__.py +++ b/src/cachelib/__init__.py @@ -17,4 +17,4 @@ "UWSGICache", "DynamoDbCache", ] -__version__ = "0.10.2" +__version__ = "0.11.0"