forked from DGNum/uptime-kuma-api
bump version to 0.4.0
This commit is contained in:
parent
0ea7865be0
commit
b4aa04bec5
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Release 0.4.0
|
||||||
|
|
||||||
|
#### Feature
|
||||||
|
- support for uptime kuma 1.18.1 / 1.18.2
|
||||||
|
|
||||||
|
#### Bugfix
|
||||||
|
- update event list data after changes
|
||||||
|
|
||||||
|
#### Test
|
||||||
|
- ignore ResourceWarning
|
||||||
|
- add script to run tests for all supported uptime kuma versions
|
||||||
|
|
||||||
### Release 0.3.0
|
### Release 0.3.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.18, 1.17
|
Supported Uptime Kuma versions: 1.17.0 - 1.18.2
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
__title__ = "uptime_kuma_api"
|
__title__ = "uptime_kuma_api"
|
||||||
__version__ = "0.3.0"
|
__version__ = "0.4.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