Skip to content

Commit 1fb1356

Browse files
author
semantic-release
committed
1.0.11-rc.1
Automatically generated by python-semantic-release
1 parent e101f17 commit 1fb1356

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.11-rc.1 (2025-10-20)
4+
5+
### Bug fixes
6+
7+
- Update dependency typer to ^0.20.0 ([`e101f17`](https://github.com/Djelibeybi/pyExoyOne/commit/e101f17d62551af85bef3dd7f906378323864b3d))
8+
39
## v1.0.10 (2025-10-08)
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.10"
3+
version = "1.0.11-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.10rc.1"
1+
__version__ = "1.0.11-rc.1rc.1"
22

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

0 commit comments

Comments
 (0)