Skip to content

Commit

Permalink
Update to v2.6.1 (#243)
Browse files Browse the repository at this point in the history
* Update to v2.6.1

* Update CHANGELOG.rst
  • Loading branch information
Andrew-Chen-Wang authored Jul 21, 2023
1 parent 653856f commit 8840cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
What’s new in django-cachalot?
==============================

2.6.1
-----

- Hot fix when Django is externally imported due to connections import (#242)

2.6.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, 6, 0)
VERSION = (2, 6, 1)
__version__ = ".".join(map(str, VERSION))

default_app_config = "cachalot.apps.CachalotConfig"

0 comments on commit 8840cfe

Please sign in to comment.