Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
chros73 committed Nov 1, 2022
1 parent 9c6986c commit 7b2a454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v0.4.2](https://github.com/chros73/bscpylgtv/tree/v0.4.2) (2022-11-01)

**Fixed bugs:**

- Fix truncated large arrays with get calibration commands during returning

## [v0.4.1](https://github.com/chros73/bscpylgtv/tree/v0.4.1) (2022-10-29)
**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion bscpylgtv/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 4, 1)
__version_info__ = (0, 4, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 7b2a454

Please sign in to comment.