Skip to content

Commit 0590bc1

Browse files
committed
Preparing release 1.0.0b13
[ci skip]
1 parent 06296aa commit 0590bc1

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

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

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+
1224
## 1.0.0b12 (2026-05-04)
1325

1426

news/+uninstall.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/31.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/cs_dynamicpages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "1.0.0b13.dev0"
8+
__version__ = "1.0.0b13"
99

1010
PACKAGE_NAME = "cs_dynamicpages"
1111

0 commit comments

Comments
 (0)