Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and karlTGA committed Jun 28, 2021
1 parent 0254787 commit e075f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.5.1 (2021-06-28)
### Fix
* **main:** Expand python deps to 3.7 ([`0254787`](https://github.com/gewv-tu-dresden/pyWirelessMbus/commit/025478759d683b90abce7966ab1bf381db41d39c))

## v1.5.0 (2021-05-19)
### Feature
* **device:** Add a ctx property to devices to store informations ([`6c9b2ac`](https://github.com/gewv-tu-dresden/pyWirelessMbus/commit/6c9b2ac4aa87e99cfbf2c49506663cda9d5d9654))
Expand Down
2 changes: 1 addition & 1 deletion pywirelessmbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# disable logger on default because this is a lib
logger.disable(__name__)

__version__ = "1.5.0"
__version__ = "1.5.1"
__all__ = ["WMbus", "ValueType", "WMbusMessage", "IMSTMessage"]

0 comments on commit e075f45

Please sign in to comment.