Bump cachalot version [ci skip]

This commit is contained in:
Andrew Chen Wang 2021-08-23 10:55:34 -04:00 committed by GitHub
parent f7753ae104
commit c8d6af575a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"