bump version to 0.7.0
This commit is contained in:
parent
d01ff6d80e
commit
fd9411c57e
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Release 0.7.0
|
||||||
|
|
||||||
|
#### Feature
|
||||||
|
- add support for uptime kuma 1.19.2
|
||||||
|
|
||||||
|
#### Bugfix
|
||||||
|
- skip condition check for None values
|
||||||
|
|
||||||
### Release 0.6.0
|
### Release 0.6.0
|
||||||
|
|
||||||
#### Feature
|
#### Feature
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
__title__ = "uptime_kuma_api"
|
__title__ = "uptime_kuma_api"
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.7.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