Skip to content

Commit 89e1386

Browse files
committed
Bump version
1 parent edbc0e3 commit 89e1386

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.rst

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

5+
0.2.3 (03-09-2024)
6+
==================
7+
8+
* feat: Make HTMLField resizable
9+
10+
511
0.2.2 / 0.2.1 (20-08-2024)
612
==========================
713

djangocms_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
9. Publish the release when ready
1616
10. Github actions will publish the new package to pypi
1717
"""
18-
__version__ = "0.2.2"
18+
__version__ = "0.2.3"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Framework :: Django",
2222
"Framework :: Django :: 4.2",
2323
"Framework :: Django :: 5.0",
24+
"Framework :: Django :: 5.1",
2425
"Framework :: Django CMS",
2526
"Framework :: Django CMS :: 3.11",
2627
"Framework :: Django CMS :: 4.0",

0 commit comments

Comments
 (0)