mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Bump cachalot version [ci skip]
This commit is contained in:
parent
f7753ae104
commit
c8d6af575a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (2, 4, 2)
|
||||
VERSION = (2, 4, 3)
|
||||
__version__ = ".".join(map(str, VERSION))
|
||||
|
||||
try:
|
||||
|
|
@ -6,5 +6,5 @@ try:
|
|||
|
||||
if DJANGO_VERSION < (3, 2):
|
||||
default_app_config = "cachalot.apps.CachalotConfig"
|
||||
except ImportError:
|
||||
except ImportError: # pragma: no cover
|
||||
default_app_config = "cachalot.apps.CachalotConfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue