bump version to 1.0.1
This commit is contained in:
parent
ce6f25d604
commit
934ab15457
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
## Changelog
|
||||
|
||||
### Release 1.0.1
|
||||
|
||||
#### Bugfixes
|
||||
- fix ValueError if monitor authMethod is None
|
||||
|
||||
### Release 1.0.0
|
||||
|
||||
#### Features
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
__title__ = "uptime_kuma_api"
|
||||
__version__ = "1.0.0"
|
||||
__version__ = "1.0.1"
|
||||
__author__ = "Lucas Held"
|
||||
__license__ = "MIT"
|
||||
__copyright__ = "Copyright 2023 Lucas Held"
|
||||
|
|
Loading…
Reference in a new issue