forked from DGNum/uptime-kuma-api
bump version to 0.5.0
This commit is contained in:
parent
c8529d65c3
commit
3d9a2a40b0
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Release 0.5.0
|
||||||
|
|
||||||
|
#### Feature
|
||||||
|
- support for uptime kuma 1.18.3
|
||||||
|
|
||||||
### Release 0.4.0
|
### Release 0.4.0
|
||||||
|
|
||||||
#### Feature
|
#### Feature
|
||||||
|
|
|
@ -8,7 +8,7 @@ This package was developed to configure Uptime Kuma with Ansible. The Ansible co
|
||||||
|
|
||||||
Python version 3.6+ is required.
|
Python version 3.6+ is required.
|
||||||
|
|
||||||
Supported Uptime Kuma versions: 1.17.0 - 1.18.2
|
Supported Uptime Kuma versions: 1.17.0 - 1.18.3
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
__title__ = "uptime_kuma_api"
|
__title__ = "uptime_kuma_api"
|
||||||
__version__ = "0.4.0"
|
__version__ = "0.5.0"
|
||||||
__author__ = "Lucas Held"
|
__author__ = "Lucas Held"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__copyright__ = "Copyright 2022 Lucas Held"
|
__copyright__ = "Copyright 2022 Lucas Held"
|
||||||
|
|
Loading…
Reference in a new issue