Skip to content

Commit 76b9444

Browse files
committed
Updated history, version bump
1 parent d08ad62 commit 76b9444

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
History
44
=======
55

6+
v0.7.1
7+
------
8+
* Quick fix for "got key error 'picture'" error. - BlackLight_
9+
* Bring back Radio support - bjesus_
10+
* Added function for multiple deletions at once bloedboemmel_
11+
* Use UTC instead of local time for expiry_time lutzbuerkle_
12+
613
v0.7.0
714
------
815

@@ -90,3 +97,5 @@ v0.6.2
9097
.. _BlackLight: https://github.com/BlackLight
9198
.. _lutzbuerkle: https://github.com/lutzbuerkle
9299
.. _retired-guy: https://github.com/retired-guy
100+
.. _bjesus: https://github.com/bjesus
101+
.. _bloedboemmel: https://github.com/bloedboemmel

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
setup(
2323
name='tidalapi',
24-
version='0.7.0',
24+
version='0.7.1',
2525
description='Unofficial API for TIDAL music streaming service.',
2626
long_description=long_description,
2727
author='Thomas Amland',
2828
author_email='[email protected]',
29-
maintainer='morguldir',
30-
maintainer_email='morguldir@protonmail.com',
29+
maintainer='tehkillerbee',
30+
maintainer_email='josaksel.dk@gmail.com',
3131
url='https://github.com/tamland/python-tidal',
3232
license='LGPL',
3333
packages=['tidalapi'],

tidalapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
from .request import Requests
2323

24-
__version__ = "0.7.0"
24+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)