Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjo committed Apr 10, 2021
1 parent cd6213e commit 0226534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/norwegianweather/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

API_NAME = "norwegianweather"
API_ATTRIBUTION = "Data from MET Norway (www.met.no)"
VERSION = "2021.4.1"
VERSION = "2021.4.2"
API_USER_AGENT = f"{API_NAME}/{VERSION} https://github.com/tmjo/ha-norwegianweather"
API_STRINGTIME = "%Y-%m-%dT%H:%M:%S%z"
API_LANG = "nb"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/norwegianweather/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
NAME = "Norwegian Weather"
DOMAIN = "norwegianweather"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2021.4.1"
VERSION = "2021.4.2"
ATTRIBUTION = "Data from MET Norway (www.met.no)"
MANUFACTURER = f"{NAME}"
ISSUE_URL = "https://github.com/tmjo/ha-norwegianweather/issues"
Expand Down

0 comments on commit 0226534

Please sign in to comment.