Skip to content

Commit 4c9c728

Browse files
author
github-actions
committed
0.1.3
Automatically generated by python-semantic-release
1 parent 51cb567 commit 4c9c728

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.1.3 (2023-08-07)
6+
7+
### Fix
8+
9+
* fix: updates to poetry configuration ([`51cb567`](https://github.com/tutorintelligence/adam-modbus/commit/51cb567d332befadca1fc656bf49189553694049))
10+
11+
512
## v0.1.2 (2023-08-07)
613

714
### Chore

adam_modbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "adam-modbus"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "asyncio python interface for Advantech ADAM modules"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)