Skip to content

Commit

Permalink
Updated history, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed May 22, 2023
1 parent d08ad62 commit 76b9444
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
=======

v0.7.1
------
* Quick fix for "got key error 'picture'" error. - BlackLight_
* Bring back Radio support - bjesus_
* Added function for multiple deletions at once bloedboemmel_
* Use UTC instead of local time for expiry_time lutzbuerkle_

v0.7.0
------

Expand Down Expand Up @@ -90,3 +97,5 @@ v0.6.2
.. _BlackLight: https://github.com/BlackLight
.. _lutzbuerkle: https://github.com/lutzbuerkle
.. _retired-guy: https://github.com/retired-guy
.. _bjesus: https://github.com/bjesus
.. _bloedboemmel: https://github.com/bloedboemmel
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

setup(
name='tidalapi',
version='0.7.0',
version='0.7.1',
description='Unofficial API for TIDAL music streaming service.',
long_description=long_description,
author='Thomas Amland',
author_email='[email protected]',
maintainer='morguldir',
maintainer_email='morguldir@protonmail.com',
maintainer='tehkillerbee',
maintainer_email='josaksel.dk@gmail.com',
url='https://github.com/tamland/python-tidal',
license='LGPL',
packages=['tidalapi'],
Expand Down
2 changes: 1 addition & 1 deletion tidalapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

from .request import Requests

__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit 76b9444

Please sign in to comment.