From 828034b49fcec711ae769f6a809908a9722a8e9c Mon Sep 17 00:00:00 2001 From: Gabriel Fioravante Date: Tue, 18 Jan 2022 02:40:06 -0300 Subject: [PATCH] release 0.6.0 (#112) --- CHANGES.rst | 4 ++-- src/cachelib/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 380b7554..740f63e9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,12 @@ Version 0.6.0 ------------- -Unreleased +Released 2022-01-18 - A custom ``hash_method`` may now be provided to ``FileSystemCache`` for hashing keys. :pr:`107` -- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows. :pr:111 +- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows. :pr:`111` Version 0.5.0 diff --git a/src/cachelib/__init__.py b/src/cachelib/__init__.py index e6d6770c..6d46b847 100644 --- a/src/cachelib/__init__.py +++ b/src/cachelib/__init__.py @@ -15,4 +15,4 @@ "RedisCache", "UWSGICache", ] -__version__ = "0.5.0" +__version__ = "0.6.0"