Skip to content

Commit b2e6741

Browse files
author
semantic-release
committed
0.1.9
Automatically generated by python-semantic-release
1 parent de4c9f5 commit b2e6741

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.9 (2024-09-25)
4+
5+
### Fix
6+
7+
- Update dependency zeroconf to ^0.135.0 ([`de4c9f5`](https://github.com/Djelibeybi/pyExoyOne/commit/de4c9f5c341e9c4a1108cfa650d52a98faf9e97b))
8+
39
## v0.1.8 (2024-09-10)
410

511
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyExoyOne"
3-
version = "0.1.8"
3+
version = "0.1.9"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.8"
1+
__version__ = "0.1.9"
22

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

0 commit comments

Comments
 (0)