Skip to content

Commit 941d025

Browse files
committed
Preparing release 3.2.3
1 parent 8e6ff40 commit 941d025

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 3.2.3 (2025-03-18)
13+
14+
15+
### Bug fixes:
16+
17+
- Switch from npm to pnpm. @petschki
18+
19+
Update `TinyMCE=7.7.1`. @petschki
20+
21+
Update Developer documentation. @petschki #392
22+
1223
## 3.2.2 (2025-01-27)
1324

1425

news/392.bugfix

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
version = "3.2.3.dev0"
6+
version = "3.2.3"
77

88
long_description = f"{Path('README.md').read_text()}\n{Path('CHANGES.md').read_text()}"
99

0 commit comments

Comments
 (0)