From 9ec92b04aa80b22645d391518968e9a5a37f75c5 Mon Sep 17 00:00:00 2001 From: Sander Peterse Date: Sun, 30 Jun 2024 13:20:09 +0200 Subject: [PATCH] Changed default user-agent. Bumped version --- pyIndego/const.py | 2 +- pyIndego/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyIndego/const.py b/pyIndego/const.py index 5464073..14ccb53 100644 --- a/pyIndego/const.py +++ b/pyIndego/const.py @@ -27,7 +27,7 @@ class Methods(Enum): # See issues: # - https://github.com/jm-73/pyIndego/issues/119 # - https://github.com/jm-73/Indego/issues/204 - 'User-Agent': "HomeAssistant/Indego (%s)" % __version__ + 'User-Agent': "pyIndego (%s)" % __version__ } DEFAULT_LOOKUP_VALUE = "Not in database." diff --git a/pyIndego/version.py b/pyIndego/version.py index 1173108..1da6a55 100644 --- a/pyIndego/version.py +++ b/pyIndego/version.py @@ -1 +1 @@ -__version__ = "3.2.0" +__version__ = "3.2.1"