We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9738ca6 commit 60adeafCopy full SHA for 60adeaf
CHANGELOG.rst
@@ -2,11 +2,12 @@
2
Changelog
3
=========
4
5
-2.2.0 (2025-08-18)
+2.2.0 (2025-08-16)
6
==================
7
8
* feat: Refactored CSS for faster and more reliable loading by @fsbraun
9
* feat: Removed link and button preview
10
+* fix: Python 3.9 compatibility
11
* chore: Update node version
12
* chore: Remove bootstrap dependency
13
djangocms_frontend/__init__.py
@@ -19,4 +19,4 @@
19
13. Github actions will publish the new package to pypi
20
"""
21
22
-__version__ = "2.1.4"
+__version__ = "2.2.0"
0 commit comments