Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccrohan committed Jan 15, 2022
1 parent 3a94465 commit 9746246
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v2.2.0] - 2022-01-15

### Added

- Added dependencies on Python 3.8 and uModbus
- Implement Modbus Function Codes 01, 02 and 05

### Changed

- Remove binascii methods

### Fixed

- V5 Frame validation added in v2.1.0 corrected

## [v2.1.0] - 2022-01-04

### Changed
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ For the moment, run the steps below. I will publish to PyPI in due course.
- `cd pysolarmanv5`
- `pip install .`
- See example code in `examples`

## Contributions

Contributions welcome. Please raise any Issues / Pull Requests via [Github](https://github.com/jmccrohan/pysolarmanv5).

## License

pysolarmanv5 is licensed under the [MIT License](https://github.com/jmccrohan/pysolarmanv5/blob/master/LICENSE). Copyright (c) 2021 Jonathan McCrohan
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pysolarmanv5",
version="2.1.0",
version="2.2.0",
author="Jonathan McCrohan",
author_email="jmccrohan@gmail.com",
description=(
Expand Down

0 comments on commit 9746246

Please # to comment.