Skip to content

Commit 5ffaa2e

Browse files
authored
chore: Prepare release 2.0.3 (#269)
* Update __init__.py * Update CHANGELOG.rst * Update pyproject.toml
1 parent 4745fe2 commit 5ffaa2e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
Changelog
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

912
2.0.2 (2024-11-07)

djangocms_alias/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
A reference can be added to any placeholder using the Alias plugin.
44
"""
55

6-
__version__ = "2.0.2"
6+
__version__ = "2.0.3"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)