Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang committed Feb 24, 2022
1 parent 8f35039 commit 8ab33ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion cachalot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 5, 0)
VERSION = (2, 5, 1)
__version__ = ".".join(map(str, VERSION))

try:
Expand Down

0 comments on commit 8ab33ad

Please sign in to comment.