This project has been renamed to zeal. To migrate, replace zealot with zeal in your
project's requirements. In your Django settings, replace ZEALOT_ALLOWLIST, ZEALOT_RAISE, etc.
with ZEAL_ALLOWLIST, ZEAL_RAISE, and so on.
In your code, replace from zealot import ... with from zeal import ....
:robot: I have created a release beep boop
1.0.0 (2024-07-20)
⚠ BREAKING CHANGES
This project has been renamed to
zeal
. To migrate, replacezealot
withzeal
in your project's requirements. In your Django settings, replaceZEALOT_ALLOWLIST
,ZEALOT_RAISE
, etc. withZEAL_ALLOWLIST
,ZEAL_RAISE
, and so on. In your code, replacefrom zealot import ...
withfrom zeal import ...
.Miscellaneous Chores
This PR was generated with Release Please. See documentation.