File tree 2 files changed +9
-15
lines changed
2 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
- 2.10rc2
2
- =======
1
+ 2.10
2
+ ====
3
3
4
4
Changes
5
5
-------
6
6
7
7
- Remove simplejson as a fallback. Is no longer required with Python 3.8 plus and
8
8
has worse performance that the builtin json module.
9
9
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
-
22
10
- Simplify the internals of the Resource metaclass to make it easier to understand
23
11
and maintain. Greater sharing of code between Resource and AnnotatedResource
24
12
@@ -34,6 +22,12 @@ Changes
34
22
resource.
35
23
36
24
25
+ Bugfix
26
+ ------
27
+
28
+ - ResourceOptions.abstract flag was not being set for abstract AnnotatedResrouces.
29
+
30
+
37
31
2.9
38
32
===
39
33
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " odin"
7
- version = " 2.10rc2 "
7
+ version = " 2.10 "
8
8
description = " Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
9
9
authors = [" Tim Savage <tim@savage.company>" ]
10
10
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments