Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 11, 2024
1 parent 16cee9e commit 01adf38
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.2] - 2024-05-11

* Add compatibility function for datetime utcnow for older Python versions

### [0.9.1] - 2024-05-10

* Fix deprecation warning for datetime utcnow
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.1"
__version__ = "0.9.2"


from .array_creation import create_array, create_structured_array
Expand Down

0 comments on commit 01adf38

Please sign in to comment.