Skip to content

Commit 76b8759

Browse files
authored
pin to pymodbus 3.2.2, release (#44)
* pin to pymodbus 3.2.2, release * beta
1 parent 283800c commit 76b8759

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/run-entry-points.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1414

1515
steps:
1616
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [2023.8.0]
9+
10+
### Changed
11+
- pinned to pymodbus 3.2.2, unsure why upstream has broken us
12+
813
## [2023.2.0]
914

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

26-
[Unreleased]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2023.2.0...main
31+
[Unreleased]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2023.8.0...main
32+
[2023.8.0]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2023.2.0...v2023.8.0
2733
[2023.2.0]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2022.10.0...v2023.2.0
2834
[2022.10.0]: https://github.com/yaq-project/yaqd-labjack/-/compare/v2022.5.0...v2022.10.0
2935
[2022.5.0]: https://github.com/yaq-project/yaqd-labjack/-/tags/v2022.5.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ author = "yaq developers"
99
home-page = "https://yaq.fyi"
1010
description-file = "README.md"
1111
requires-python = ">=3.7"
12-
requires = ["pymodbus>=3",
12+
requires = ["pymodbus==3.2.2",
1313
"yaqd-core>=2020.06.3",
1414
"pyserial-asyncio", # remove this in future release https://github.com/riptideio/pymodbus/pull/1114
1515
]
1616
classifiers = [
17-
"Development Status :: 2 - Pre-Alpha",
17+
"Development Status :: 4 - Beta",
1818
"Intended Audience :: Science/Research",
1919
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2020
"Natural Language :: English",

yaqd_labjack/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.2.0
1+
2023.8.0

0 commit comments

Comments
 (0)