From 18bb52cc29a07f7f0d7992d682d769f3497851b4 Mon Sep 17 00:00:00 2001 From: Gabriel Fioravante Date: Sun, 11 Feb 2024 13:34:42 -0300 Subject: [PATCH] release 0.12.0 (#349) --- CHANGES.rst | 5 +++-- src/cachelib/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c15c091a..5efd62cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,15 +1,16 @@ Version 0.12.0 -------------- -Unreleased +Released 2024-02-11 - ``RedisCache`` now supports callables as keys - Added ``MongoDB`` as a cache backend + Version 0.11.0 -------------- -Released 2024-02010 +Released 2024-02-10 - Drop python 3.7 support - Add python 3.11 support diff --git a/src/cachelib/__init__.py b/src/cachelib/__init__.py index 2d477612..36473868 100644 --- a/src/cachelib/__init__.py +++ b/src/cachelib/__init__.py @@ -19,4 +19,4 @@ "DynamoDbCache", "MongoDbCache", ] -__version__ = "0.11.0" +__version__ = "0.12.0"