Skip to content

Commit 759d67b

Browse files
committed
Preparing release 1.0.0b12
[ci skip]
1 parent c87c99e commit 759d67b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

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

12+
## 1.0.0b12 (2026-05-04)
13+
14+
15+
### Internal:
16+
17+
- Use newly created object directly without having to find it @erral [#29](https://github.com/codesyntax/cs_dynamicpages/issues/29)
18+
1219
## 1.0.0b11 (2026-04-14)
1320

1421

news/29.internal

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.0b12.dev0"
8+
__version__ = "1.0.0b12"
99

1010
PACKAGE_NAME = "cs_dynamicpages"
1111

0 commit comments

Comments
 (0)