Skip to content

Commit 278c5da

Browse files
authored
Merge pull request #148 from python-odin/development
Release 2.6
2 parents 5590b7c + 473e8a2 commit 278c5da

5 files changed

Lines changed: 334 additions & 237 deletions

File tree

HISTORY

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
2.5
28
===
39

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "odin"
7-
version = "2.5"
7+
version = "2.6"
88
description = "Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
99
authors = ["Tim Savage <tim@savage.company>"]
1010
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)