Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjo committed Jan 16, 2022
1 parent c70643c commit 98a095e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "2021.10.1"
__VERSION__ = "2022.01.1"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/norwegiantide/const.py custom_components/norwegiantide/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion custom_components/norwegiantide/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
API_ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)"
API_ATTRIBUTION_URL = "http://sehavniva.no/"
API_NAME = "norwegiantide"
VERSION = "2021.10.1"
VERSION = "2022.01.1"
API_USER_AGENT = f"{API_NAME}/{VERSION} https://github.com/tmjo/ha-norwegiantide"
API_PREDICTION = "prediction"
API_OBSERVATION = "observation"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/norwegiantide/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
NAME = "Norwegian Tide"
DOMAIN = "norwegiantide"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2021.10.1"
VERSION = "2022.01.1"
ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)"
MANUFACTURER = f"{NAME}"
ISSUE_URL = "https://github.com/tmjo/ha-norwegiantide/issues"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/norwegiantide/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "norwegiantide",
"name": "Norwegian Tide",
"version": "2021.10.1",
"version": "2022.01.1",
"documentation": "https://github.com/tmjo/ha-norwegiantide",
"issue_tracker": "https://github.com/tmjo/ha-norwegiantide/issues",
"dependencies": [],
Expand Down

0 comments on commit 98a095e

Please sign in to comment.