Skip to content

Commit e949325

Browse files
author
semantic-release
committed
1.0.8-rc.1
Automatically generated by python-semantic-release
1 parent a4c999d commit e949325

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+
## v1.0.8-rc.1 (2025-09-23)
4+
5+
### Bug fixes
6+
7+
- Update dependency typer to v0.19.2 ([`a4c999d`](https://github.com/Djelibeybi/pyExoyOne/commit/a4c999d235267c3f1214d449f6cfc0bf82d63a33))
8+
39
## v1.0.7 (2025-09-21)
410

511
### Bug fixes

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 = "1.0.7"
3+
version = "1.0.8-rc.1"
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__ = "1.0.7rc.1"
1+
__version__ = "1.0.8-rc.1rc.1"
22

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

0 commit comments

Comments
 (0)