From 1b91abdb87f554ad93bf2df7cfa89816154cd6c7 Mon Sep 17 00:00:00 2001 From: tmjo <54450177+tmjo@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:03:12 +0200 Subject: [PATCH] Bump Bump version and correction on dependencies versions in manifest. --- Makefile | 2 +- custom_components/norwegiantide/const.py | 2 +- custom_components/norwegiantide/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 786952f..56c0289 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/custom_components/norwegiantide/const.py b/custom_components/norwegiantide/const.py index 657592e..d0136e4 100644 --- a/custom_components/norwegiantide/const.py +++ b/custom_components/norwegiantide/const.py @@ -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" diff --git a/custom_components/norwegiantide/manifest.json b/custom_components/norwegiantide/manifest.json index 4123418..d2d12da 100644 --- a/custom_components/norwegiantide/manifest.json +++ b/custom_components/norwegiantide/manifest.json @@ -1,7 +1,7 @@ { "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": [], @@ -9,5 +9,5 @@ "codeowners": [ "@tmjo" ], - "requirements": ["Pillow==8.1.0", "matplotlib==3.3.3"] + "requirements": ["Pillow>=8.1.0", "matplotlib>=3.3.3"] }