Skip to content

Commit

Permalink
v2022.8.1 (#5)
Browse files Browse the repository at this point in the history
* v2022.8.1

* type ignore
  • Loading branch information
untzag authored Aug 29, 2022
1 parent 5563265 commit 0c8ac85
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [2022.8.1]

### Changed
- pin to new version of hart-protocol

### Fixed
- problem where position was never read from MFC

## [2022.8.0]

### Added
- initial release

[Unreleased]: https://github.com/yaq-project/yaqd-brooks/-/compare/v2022.8.0...main
[Unreleased]: https://github.com/yaq-project/yaqd-brooks/-/compare/v2022.8.1...main
[Unreleased]: https://github.com/yaq-project/yaqd-brooks/-/compare/v2022.8.0...v2022.8.1
[2022.8.0]: https://github.com/yaq-project/yaqd-brooks/-/tags/v2022.8.0

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author = "yaq developers"
home-page = "https://yaq.fyi"
description-file = "README.md"
requires-python = ">=3.7"
requires = ["hart-protocol",
requires = ["hart-protocol>=2022.8.1",
"pyserial",
"yaqd-core>=2020.06.3"]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion yaqd_brooks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.8.0
2022.8.1
2 changes: 1 addition & 1 deletion yaqd_brooks/_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import hart_protocol
from yaqd_core import aserial, logging
import serial
import serial # type: ignore


class HartDispatcher:
Expand Down

0 comments on commit 0c8ac85

Please sign in to comment.