feat: upgrade wagtail, tags fixed classes

This commit is contained in:
Konstantin 2025-05-06 18:50:52 +02:00
parent 39f2433824
commit 2a2c59d2b8
Signed by: konstantin
GPG key ID: A128B78773E41ACE
5 changed files with 5 additions and 14 deletions

View file

@ -1,5 +1,5 @@
.PHONY: help build publish
VERSION = 1.9.3
VERSION = 1.9.4
help:
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'