Skip to content

Commit 801e34b

Browse files
committed
update version and history for final release
1 parent bbe5c30 commit 801e34b

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

HISTORY

+8-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
2.10rc2
2-
=======
1+
2.10
2+
====
33

44
Changes
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+
3731
2.9
3832
===
3933

pyproject.toml

+1-1
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.10rc2"
7+
version = "2.10"
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)