Skip to content

Commit 3d753a1

Browse files
author
semantic-release
committed
0.1.5
Automatically generated by python-semantic-release
1 parent 33678ea commit 3d753a1

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.5 (2024-08-26)
4+
5+
### Fix
6+
7+
- Update dependency rich to v13.8.0 ([`33678ea`](https://github.com/Djelibeybi/pyExoyOne/commit/33678ea3c38ade499ab590818f18c65cb0d634d4))
8+
39
## v0.1.4 (2024-08-25)
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.4"
3+
version = "0.1.5"
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.4"
1+
__version__ = "0.1.5"
22

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

0 commit comments

Comments
 (0)