File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.10rc2
2- =======
1+ 2.10
2+ ====
33
44Changes
55-------
66
77- Remove simplejson as a fallback. Is no longer required with Python 3.8 plus and
88 has worse performance that the builtin json module.
99
10- Bugfix
11- ------
12-
13- - ResourceOptions.abstract flag was not being set for abstract AnnotatedResrouces.
14-
15-
16- 2.10rc1
17- =======
18-
19- Changes
20- -------
21-
2210- Simplify the internals of the Resource metaclass to make it easier to understand
2311 and maintain. Greater sharing of code between Resource and AnnotatedResource
2412
@@ -34,6 +22,12 @@ Changes
3422 resource.
3523
3624
25+ Bugfix
26+ ------
27+
28+ - ResourceOptions.abstract flag was not being set for abstract AnnotatedResrouces.
29+
30+
37312.9
3832===
3933
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " odin"
7- version = " 2.10rc2 "
7+ version = " 2.10 "
88description = " Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
99authors = [" Tim Savage <tim@savage.company>" ]
1010license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments