mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Bump version to 2.5.1
This commit is contained in:
parent
8f35039d2b
commit
8ab33ad40d
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (2, 5, 0)
|
||||
VERSION = (2, 5, 1)
|
||||
__version__ = ".".join(map(str, VERSION))
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue