Skip to content

Commit 84d71d6

Browse files
author
github-actions
committed
0.1.4
Automatically generated by python-semantic-release
1 parent a85c2dc commit 84d71d6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.1.4 (2023-08-07)
6+
7+
### Chore
8+
9+
* chore: add pypi to readme ([`1f0a7db`](https://github.com/tutorintelligence/adam-modbus/commit/1f0a7dbcd2ec8a30cc8905f17d0f08040282ce27))
10+
11+
### Fix
12+
13+
* fix: py.typed file to propogate hints ([`a85c2dc`](https://github.com/tutorintelligence/adam-modbus/commit/a85c2dcc6244a55a61a4692fc25571ed3048fda8))
14+
15+
516
## v0.1.3 (2023-08-07)
617

718
### Fix

adam_modbus/__init__.py

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

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.3"
3+
version = "0.1.4"
44
description = "asyncio python interface for Advantech ADAM modules"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)