We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbc0e3 commit 89e1386Copy full SHA for 89e1386
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+0.2.3 (03-09-2024)
6
+==================
7
+
8
+* feat: Make HTMLField resizable
9
10
11
0.2.2 / 0.2.1 (20-08-2024)
12
==========================
13
djangocms_text/__init__.py
@@ -15,4 +15,4 @@
15
9. Publish the release when ready
16
10. Github actions will publish the new package to pypi
17
"""
18
-__version__ = "0.2.2"
+__version__ = "0.2.3"
pyproject.toml
@@ -21,6 +21,7 @@ classifiers = [
21
"Framework :: Django",
22
"Framework :: Django :: 4.2",
23
"Framework :: Django :: 5.0",
24
+ "Framework :: Django :: 5.1",
25
"Framework :: Django CMS",
26
"Framework :: Django CMS :: 3.11",
27
"Framework :: Django CMS :: 4.0",
0 commit comments