Skip to content

Commit 934ab15

Browse files
committed
bump version to 1.0.1
1 parent ce6f25d commit 934ab15

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
### Release 1.0.1
4+
5+
#### Bugfixes
6+
- fix ValueError if monitor authMethod is None
7+
38
### Release 1.0.0
49

510
#### Features

uptime_kuma_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "uptime_kuma_api"
2-
__version__ = "1.0.0"
2+
__version__ = "1.0.1"
33
__author__ = "Lucas Held"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2023 Lucas Held"

0 commit comments

Comments
 (0)