Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #62 from thebino/bugfix/adjustRequirements
Browse files Browse the repository at this point in the history
adjust minimum required rki-covid-parser
  • Loading branch information
thebino authored Oct 1, 2021
2 parents e618fdb + bc0f894 commit 7239227
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.5.6] - 2021-10-01
### Fixed
- Adjust minimum requirement version for `rki-covid-parser` library to 1.2.4.

## [1.5.5] - 2021-09-14
### Fixed
- Added missing `last_reset` to fully support long-term statistics.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/rki_covid/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"domain": "rki_covid",
"version": "1.5.5",
"version": "1.5.6",
"iot_class": "cloud_polling",
"name": "Robert-Koch Institut COVID Numbers",
"documentation": "https://github.com/thebino/rki_covid/blob/master/README.md",
"issue_tracker": "https://github.com/thebino/rki_covid/issues",
"dependencies": [],
"codeowners": ["@thebino"],
"requirements": [
"rki-covid-parser~=1.0.0"
"rki-covid-parser>=1.2.4"
],
"quality_scale": "gold",
"config_flow": true
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rki_covid
version = 1.5.5
version = 1.5.6
author = Stürmer, Benjamin
author_email = [email protected]
description = Custom integration for Home Assistant to monitor covid numbers provided by Robert-Koch Institut
Expand Down

0 comments on commit 7239227

Please sign in to comment.