diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 058d4927..78f81eb1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: yesqa - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: debug-statements @@ -39,7 +39,7 @@ repos: - id: codespell - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.4.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/djangocms_admin_style/__init__.py b/djangocms_admin_style/__init__.py index 45483fc3..0bc0ccab 100644 --- a/djangocms_admin_style/__init__.py +++ b/djangocms_admin_style/__init__.py @@ -17,4 +17,5 @@ 10. Publish the release when ready 11. Github actions will publish the new package to pypi """ + __version__ = "3.3.1"