We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2703892 commit 66b8715Copy full SHA for 66b8715
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## yamlns 0.12.1 (2025-01-05)
4
+
5
+- Fix: do not check for dotted attributes if key is not a string
6
7
## yamlns 0.12.0 (2024-11-07)
8
9
- Multilevel getting `value = a['b.c']`
setup.py
@@ -7,7 +7,7 @@
setup(
name = "yamlns",
10
- version = "0.12.0",
+ version = "0.12.1",
11
description = "YAML serializable dictionary with dual item and attribute accessors",
12
author = "David Garcia Garzon",
13
author_email = "voki@canvoki.net",
0 commit comments