Skip to content

Commit

Permalink
update version and history for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed May 13, 2024
1 parent bbe5c30 commit 801e34b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
22 changes: 8 additions & 14 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
2.10rc2
=======
2.10
====

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

Expand All @@ -34,6 +22,12 @@ Changes
resource.


Bugfix
------

- ResourceOptions.abstract flag was not being set for abstract AnnotatedResrouces.


2.9
===

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tim@savage.company>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 801e34b

Please sign in to comment.