Skip to content

Commit

Permalink
Merge pull request #4 from untzag/release
Browse files Browse the repository at this point in the history
v2022.8.0
  • Loading branch information
untzag authored Aug 23, 2022
2 parents 57e35fc + 125eae6 commit 7c3f17b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [2022.8.0]

### Added
- initial release

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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
[![ver](https://img.shields.io/badge/calver-YYYY.M.MICRO-blue)](https://calver.org/)
[![log](https://img.shields.io/badge/change-log-informational)](https://github.com/yaq-project/yaqd-brooks/-/blob/main/CHANGELOG.md)

yaq daemon for brooks instruments hardware
yaq daemons for Brooks industrial instrumentation

This package contains the following daemon(s):

- https://yaq.fyi/daemons/brooks-mfc-gf

Maintainers:

- This package is currently unmaintained!
- [Blaise Thompson](https://github.com/untzag)
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ author = "yaq developers"
home-page = "https://yaq.fyi"
description-file = "README.md"
requires-python = ">=3.7"
requires = ["hart-protocol", "yaqd-core>=2020.06.3"]
requires = ["hart-protocol",
"pyserial",
"yaqd-core>=2020.06.3"]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
Expand Down
2 changes: 1 addition & 1 deletion yaqd_brooks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
2022.8.0
2 changes: 1 addition & 1 deletion yaqd_brooks/_brooks_mfc_gf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import asyncio
from typing import Dict, Any, List
import struct
import serial
import serial # type: ignore

from yaqd_core import HasLimits, HasPosition, UsesSerial, UsesUart, IsDaemon
import hart_protocol
Expand Down

0 comments on commit 7c3f17b

Please sign in to comment.