Skip to content

Commit

Permalink
pin to pymodbus 3.2.2, release (#44)
Browse files Browse the repository at this point in the history
* pin to pymodbus 3.2.2, release

* beta
  • Loading branch information
untzag authored Aug 18, 2023
1 parent 283800c commit 76b8759
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-entry-points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [2023.8.0]

### Changed
- pinned to pymodbus 3.2.2, unsure why upstream has broken us

## [2023.2.0]

### Changed
Expand All @@ -23,7 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
### Added
- initial release

[Unreleased]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2023.2.0...main
[Unreleased]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2023.8.0...main
[2023.8.0]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2023.2.0...v2023.8.0
[2023.2.0]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2022.10.0...v2023.2.0
[2022.10.0]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2022.5.0...v2022.10.0
[2022.5.0]: https://github.com/yaq-project/yaqd-labjack/-/tags/v2022.5.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ author = "yaq developers"
home-page = "https://yaq.fyi"
description-file = "README.md"
requires-python = ">=3.7"
requires = ["pymodbus>=3",
requires = ["pymodbus==3.2.2",
"yaqd-core>=2020.06.3",
"pyserial-asyncio", # remove this in future release https://github.com/riptideio/pymodbus/pull/1114
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Natural Language :: English",
Expand Down
2 changes: 1 addition & 1 deletion yaqd_labjack/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.2.0
2023.8.0

0 comments on commit 76b8759

Please sign in to comment.