Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 12, 2024
1 parent c54331f commit 19a6aeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `bw_processing` Changelog

### [0.9.3] - 2024-05-12

* Fix compatibility function for datetime utcnow for older Python versions

### [0.9.2] - 2024-05-11

* Add compatibility function for datetime utcnow for older Python versions
Expand Down
2 changes: 1 addition & 1 deletion bw_processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"UndefinedInterface",
)

__version__ = "0.9.2"
__version__ = "0.9.3"


from .array_creation import create_array, create_structured_array
Expand Down

0 comments on commit 19a6aeb

Please sign in to comment.