Skip to content

Commit

Permalink
Increased version to 9.3.5 and updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 8, 2024
1 parent 6e7905d commit 6ecb071
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/topics/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ the underlying principles are the same, and so conversion of
code and stored events is very possible.


Version 9.3.5 (released 8 November 2024)
----------------------------------------

* Adjusted Application class so it doesn't call max_notification_id() when constructed:

* Pushed previous_max_notification_id attribute down to Leader class.
* Extended save() method on Leader class to call max_notification_id() if previous_max_notification_id is None.

* Moved RecordingEvent class to system module.

Version 9.3.4 (released 7 November 2024)
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eventsourcing"
version = "9.3.4"
version = "9.3.5"

description = "Event sourcing in Python"
authors = [
Expand Down

0 comments on commit 6ecb071

Please sign in to comment.