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 a46d66a commit cc6deb4Copy full SHA for cc6deb4
2 files changed
HISTORY
@@ -1,3 +1,9 @@
1
+2.6
2
+===
3
+
4
+- Redesign of TraversalPath to make it more useful. Provides more information about the path to allow
5
+ it to be used in more ways that just for fetching a value from a document.
6
7
2.5
8
===
9
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "odin"
-version = "2.5"
+version = "2.6"
description = "Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
authors = ["Tim Savage <tim@savage.company>"]
10
license = "BSD-3-Clause"
0 commit comments