File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- Unreleased
6- ==========
5+ 2.0.3 (2025-05-15)
6+ ==================
7+
8+ * feat: Prepare for django CMS 5.1 by @dependabot in https://github.com/django-cms/djangocms-alias/pull/247
9+ * build: Add a description for pypi by @marksweb in https://github.com/django-cms/djangocms-alias/pull/264
710
811
9122.0.2 (2024-11-07)
Original file line number Diff line number Diff line change 33A reference can be added to any placeholder using the Alias plugin.
44"""
55
6- __version__ = "2.0.2 "
6+ __version__ = "2.0.3 "
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ lint.extend-ignore = [
1919 " PLR0912" , # Too many branches
2020 " PLR0913" , # Too many arguments to function call
2121 " PLR0915" , # Too many statements
22+ " PLW1510" , # `subprocess.run` without explicit `check` argument
2223]
You can’t perform that action at this time.
0 commit comments