Bump version to 2.5.1

This commit is contained in:
Andrew-Chen-Wang 2022-02-24 18:41:59 -05:00
parent 8f35039d2b
commit 8ab33ad40d
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
Whats 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
-----

View file

@ -1,4 +1,4 @@
VERSION = (2, 5, 0)
VERSION = (2, 5, 1)
__version__ = ".".join(map(str, VERSION))
try: