bump version to 1.1.0
This commit is contained in:
parent
06f1173569
commit
be97a4fd8f
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Release 1.1.0
|
||||||
|
|
||||||
|
#### Feature
|
||||||
|
- add support for uptime kuma 1.22.0 and 1.22.1
|
||||||
|
|
||||||
### Release 1.0.1
|
### Release 1.0.1
|
||||||
|
|
||||||
#### Bugfixes
|
#### Bugfixes
|
||||||
|
|
|
@ -12,7 +12,7 @@ Supported Uptime Kuma versions:
|
||||||
|
|
||||||
| Uptime Kuma | uptime-kuma-api |
|
| Uptime Kuma | uptime-kuma-api |
|
||||||
|-----------------|-----------------|
|
|-----------------|-----------------|
|
||||||
| 1.21.3 | 1.0.0 |
|
| 1.21.3 - 1.22.1 | 1.0.0 - 1.1.0 |
|
||||||
| 1.17.0 - 1.21.2 | 0.1.0 - 0.13.0 |
|
| 1.17.0 - 1.21.2 | 0.1.0 - 0.13.0 |
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
__title__ = "uptime_kuma_api"
|
__title__ = "uptime_kuma_api"
|
||||||
__version__ = "1.0.1"
|
__version__ = "1.1.0"
|
||||||
__author__ = "Lucas Held"
|
__author__ = "Lucas Held"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__copyright__ = "Copyright 2023 Lucas Held"
|
__copyright__ = "Copyright 2023 Lucas Held"
|
||||||
|
|
Loading…
Reference in a new issue