diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66c749b..509d6ac 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 39d1066..f8d7ab0 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: