Skip to content

Commit 329c6d5

Browse files
committed
Bump version
1 parent 6cd17de commit 329c6d5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
2.1.1 (2025-03-29)
6+
==================
7+
8+
* feat: add `instance.get_classes` for template components by @fsbraun
9+
in https://github.com/django-cms/djangocms-frontend/pull/268
10+
* docs: Reference example template components
11+
12+
513
2.1.0 (2025-03-26)
614
==================
715

djangocms_frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
13. Github actions will publish the new package to pypi
2020
"""
2121

22-
__version__ = "2.1.0"
22+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)