Skip to content

Commit

Permalink
Merge pull request #593 from MarshalX/dev
Browse files Browse the repository at this point in the history
2.1.1
  • Loading branch information
MarshalX authored May 4, 2023
2 parents 84d0aab + 4fa5d3c commit 110a6e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Версия | Поддержка |
|---------|-----------|
| 2.1.0 ||
| < 2.1.0 ||
| 2.1.1 ||
| < 2.1.1 ||

## Сообщение об уязвимости

Expand Down
2 changes: 1 addition & 1 deletion yandex_music/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.1.0'
__version__ = '2.1.1'
__license__ = 'GNU Lesser General Public License v3 (LGPLv3)'
__copyright__ = 'Copyright (C) 2019-2023 Ilya (Marshal) <https://github.com/MarshalX>'

Expand Down
2 changes: 1 addition & 1 deletion yandex_music/utils/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

USER_AGENT = 'Yandex-Music-API'
HEADERS = {
'X-Yandex-Music-Client': 'YandexMusicAndroid/23020251',
'X-Yandex-Music-Client': 'YandexMusicAndroid/24023231',
}
DEFAULT_TIMEOUT = 5

Expand Down
2 changes: 1 addition & 1 deletion yandex_music/utils/request_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

USER_AGENT = 'Yandex-Music-API'
HEADERS = {
'X-Yandex-Music-Client': 'YandexMusicAndroid/23020251',
'X-Yandex-Music-Client': 'YandexMusicAndroid/24023231',
}
DEFAULT_TIMEOUT = 5

Expand Down

0 comments on commit 110a6e0

Please sign in to comment.