bump version to 1.2.1

This commit is contained in:
lucasheld 2023-09-26 22:32:04 +02:00
parent 370b7e3e18
commit 22ca1813ff
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
## Changelog ## Changelog
### Release 1.2.1
#### Bugfixes
- drop first info event without a version
### Release 1.2.0 ### Release 1.2.0
#### Features #### Features

View file

@ -12,7 +12,7 @@ Supported Uptime Kuma versions:
| Uptime Kuma | uptime-kuma-api | | Uptime Kuma | uptime-kuma-api |
|-----------------|-----------------| |-----------------|-----------------|
| 1.21.3 - 1.23.2 | 1.0.0 - 1.2.0 | | 1.21.3 - 1.23.2 | 1.0.0 - 1.2.1 |
| 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

View file

@ -1,5 +1,5 @@
__title__ = "uptime_kuma_api" __title__ = "uptime_kuma_api"
__version__ = "1.2.0" __version__ = "1.2.1"
__author__ = "Lucas Held" __author__ = "Lucas Held"
__license__ = "MIT" __license__ = "MIT"
__copyright__ = "Copyright 2023 Lucas Held" __copyright__ = "Copyright 2023 Lucas Held"