Skip to content

Commit c5bd098

Browse files
committed
bump version
1 parent 609a145 commit c5bd098

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

5+
2.1.0 (2025-03-26)
6+
==================
7+
8+
* feat: Add template components by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/263
9+
* docs: Add inline-editing how-to by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/261
10+
11+
512
2.0.0 (2025-03-20)
613
==================
714
* feat: Rename link plugin to text link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/219

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.0.0"
22+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)