We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87c99e commit 759d67bCopy full SHA for 759d67b
3 files changed
CHANGELOG.md
@@ -9,6 +9,13 @@
9
10
<!-- towncrier release notes start -->
11
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
19
## 1.0.0b11 (2026-04-14)
20
21
news/29.internal
src/cs_dynamicpages/__init__.py
@@ -5,7 +5,7 @@
5
import logging
6
7
8
-__version__ = "1.0.0b12.dev0"
+__version__ = "1.0.0b12"
PACKAGE_NAME = "cs_dynamicpages"
0 commit comments