Skip to content

Commit

Permalink
Changed default user-agent.
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
sander1988 committed Jun 30, 2024
1 parent bb47284 commit 9ec92b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyIndego/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
2 changes: 1 addition & 1 deletion pyIndego/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.0"
__version__ = "3.2.1"

0 comments on commit 9ec92b0

Please sign in to comment.