bump version to 0.4.0

This commit is contained in:
lucasheld 2022-10-04 19:12:33 +02:00
parent 0ea7865be0
commit b4aa04bec5
3 changed files with 14 additions and 2 deletions

View file

@ -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

View file

@ -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
--- ---

View file

@ -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"