Skip to content

Commit

Permalink
Increased version to 9.2.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Jan 20, 2024
1 parent 9d78f09 commit 8a2944f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/topics/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ the underlying principles are the same, and so conversion of
code and stored events is very possible.


Version 9.2.22 (released 20 Jan 2024)
-------------------------------------

* Changed all modules to have "from __future__ import annotations" and adjusted
singledispatchmethod so that when forward refs cause method registration to fail,
the registration can be deferred until the method call is dispatched.
* Improved support for Pydantic (compatibility with Pydantic v2).
* Improved docs (fixed typos in Tutorial Part 2, content management system example,
better wording in module docs, added Tutorial Part 4, fixed docstrings).
* Added checks for compatibility with Python 3.12.


Version 9.2.21 (released 13 Oct 2023)
-------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion eventsourcing/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9.2.21"
__version__ = "9.2.22"

0 comments on commit 8a2944f

Please sign in to comment.