Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
Bump version and correction on dependencies versions in manifest.
  • Loading branch information
tmjo committed Jul 27, 2021
1 parent abd83d6 commit 1b91abd
Show file tree
Hide file tree
Showing 3 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.3.5"
__VERSION__ = "2021.7.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/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.4.1"
VERSION = "2021.7.1"
ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)"
MANUFACTURER = f"{NAME}"
ISSUE_URL = "https://github.com/tmjo/ha-norwegiantide/issues"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/norwegiantide/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"domain": "norwegiantide",
"name": "Norwegian Tide",
"version": "2021.4.1",
"version": "2021.7.1",
"documentation": "https://github.com/tmjo/ha-norwegiantide",
"issue_tracker": "https://github.com/tmjo/ha-norwegiantide/issues",
"dependencies": [],
"config_flow": true,
"codeowners": [
"@tmjo"
],
"requirements": ["Pillow==8.1.0", "matplotlib==3.3.3"]
"requirements": ["Pillow>=8.1.0", "matplotlib>=3.3.3"]
}

0 comments on commit 1b91abd

Please sign in to comment.