Skip to content

Commit

Permalink
chore: bump version to v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed May 22, 2024
1 parent fa2ce28 commit 35a6c05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Change Log
Unreleased
**********

0.9.4 - 2024-05-16
******************

Fixes
=====

* Allow to serialize dates as strings in JSON.

0.9.3 - 2024-05-15
******************

Expand Down
2 changes: 1 addition & 1 deletion platform_plugin_aspects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import os
from pathlib import Path

__version__ = "0.9.3"
__version__ = "0.9.4"

ROOT_DIRECTORY = Path(os.path.dirname(os.path.abspath(__file__)))

0 comments on commit 35a6c05

Please sign in to comment.