We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06296aa commit 0590bc1Copy full SHA for 0590bc1
4 files changed
CHANGELOG.md
@@ -9,6 +9,18 @@
9
10
<!-- towncrier release notes start -->
11
12
+## 1.0.0b13 (2026-05-12)
13
+
14
15
+### New features:
16
17
+- Register add-row-position JS bundle @libargutxi [#31](https://github.com/codesyntax/cs_dynamicpages/issues/31)
18
19
20
+### Bug fixes:
21
22
+- Remove action on uninstalling @erral
23
24
## 1.0.0b12 (2026-05-04)
25
26
news/+uninstall.bugfix
news/31.feature
src/cs_dynamicpages/__init__.py
@@ -5,7 +5,7 @@
5
import logging
6
7
8
-__version__ = "1.0.0b13.dev0"
+__version__ = "1.0.0b13"
PACKAGE_NAME = "cs_dynamicpages"
0 commit comments