From e395a24f9210db086868b06716b251050e02f395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Thu, 31 Aug 2023 20:14:59 +0200 Subject: [PATCH] 0.28.2 --- tibber/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibber/const.py b/tibber/const.py index a0f9552..67204a1 100644 --- a/tibber/const.py +++ b/tibber/const.py @@ -2,7 +2,7 @@ from http import HTTPStatus from typing import Final -__version__ = "0.28.1" +__version__ = "0.28.2" API_ENDPOINT: Final = "https://api.tibber.com/v1-beta/gql" DEFAULT_TIMEOUT: Final = 10