Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Dec 14, 2023
1 parent 6322949 commit 9001c64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog for aioraven

0.5.0 (2023-12-14)
------------------
* Perform strict mypy typing check
* Move warning classes from protocols to device module
* Add support for Python 3.12
* Introduce custom RAVEn exceptions

0.4.0 (2023-10-02)
------------------
* Add new 'synchronize' function for stream-based devices
Expand Down
2 changes: 1 addition & 1 deletion aioraven/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Scott K Logan
# Licensed under the Apache License, Version 2.0

__version__ = '0.4.0'
__version__ = '0.5.0'

0 comments on commit 9001c64

Please sign in to comment.