bump version to 0.5.2

This commit is contained in:
lucasheld 2022-11-05 18:50:57 +01:00
parent cb62b6c814
commit face6c731d
2 changed files with 6 additions and 8 deletions

View file

@ -1,5 +1,10 @@
## Changelog ## Changelog
### Release 0.5.2
#### Bugfix
- add type to notification provider options
### Release 0.5.1 ### Release 0.5.1
#### Bugfix #### Bugfix
@ -18,10 +23,6 @@
#### Bugfix #### Bugfix
- update event list data after changes - 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
@ -37,9 +38,6 @@
- remove `tags` from monitor input - remove `tags` from monitor input
- convert monitor notificationIDList only once - convert monitor notificationIDList only once
#### Test
- create test objects with available arguments
### Release 0.2.1 ### Release 0.2.1
#### Bugfix #### Bugfix

View file

@ -1,5 +1,5 @@
__title__ = "uptime_kuma_api" __title__ = "uptime_kuma_api"
__version__ = "0.5.1" __version__ = "0.5.2"
__author__ = "Lucas Held" __author__ = "Lucas Held"
__license__ = "MIT" __license__ = "MIT"
__copyright__ = "Copyright 2022 Lucas Held" __copyright__ = "Copyright 2022 Lucas Held"