diff --git a/HISTORY b/HISTORY index 012545c..f80cc1c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,5 @@ -2.10rc2 -======= +2.10 +==== Changes ------- @@ -7,18 +7,6 @@ Changes - Remove simplejson as a fallback. Is no longer required with Python 3.8 plus and has worse performance that the builtin json module. -Bugfix ------- - -- ResourceOptions.abstract flag was not being set for abstract AnnotatedResrouces. - - -2.10rc1 -======= - -Changes -------- - - Simplify the internals of the Resource metaclass to make it easier to understand and maintain. Greater sharing of code between Resource and AnnotatedResource @@ -34,6 +22,12 @@ Changes resource. +Bugfix +------ + +- ResourceOptions.abstract flag was not being set for abstract AnnotatedResrouces. + + 2.9 === diff --git a/pyproject.toml b/pyproject.toml index bd471b0..5a2d2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "odin" -version = "2.10rc2" +version = "2.10" description = "Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python" authors = ["Tim Savage "] license = "BSD-3-Clause"