From 8ab33ad40d851e1c259aff7f8505fda1e05025e5 Mon Sep 17 00:00:00 2001 From: Andrew-Chen-Wang Date: Thu, 24 Feb 2022 18:41:59 -0500 Subject: [PATCH] Bump version to 2.5.1 --- CHANGELOG.rst | 7 +++++++ cachalot/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66c749b61..509d6ac05 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ What’s new in django-cachalot? ============================== +2.5.1 +----- + +- Table invalidation condition enhanced (#213) +- Add test settings to sdist (#203) +- Include docs in sdist (#202) + 2.5.0 ----- diff --git a/cachalot/__init__.py b/cachalot/__init__.py index 39d1066bf..f8d7ab0d4 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 5, 0) +VERSION = (2, 5, 1) __version__ = ".".join(map(str, VERSION)) try: