Skip to content

Commit e55b3e5

Browse files
author
semantic-release
committed
0.1.7
Automatically generated by python-semantic-release
1 parent f1255b8 commit e55b3e5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.7 (2024-09-08)
4+
5+
### Fix
6+
7+
- Update dependency zeroconf to ^0.134.0 ([`f1255b8`](https://github.com/Djelibeybi/pyExoyOne/commit/f1255b83f3d5d45613fe755df810a6990edaa424))
8+
39
## v0.1.6 (2024-08-27)
410

511
### Fix

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 = "pyExoyOne"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Python library to configure and control the Exoy(tm) ONE."
55
authors = ["Avi Miller <[email protected]>"]
66
license = "MIT"

src/exoyone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.7"
22

33
from .exoyone import ExoyOne
44
from .models import (

0 commit comments

Comments
 (0)