Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
morguldir committed Dec 4, 2020
1 parent 7a288be commit c166b9b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

v0.6.7
------

* Fix wimp images not resolving - ktnrg45_
* Made the favorite playlists function also return created playlists - morguldir_

v0.6.6
------

Expand Down Expand Up @@ -37,3 +43,4 @@ v0.6.2

.. _morguldir: https://github.com/morguldir
.. _Husky22: https://github.com/Husky22
.. _ktnrg45: https://github.com/ktnrg45
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Thomas Amland, morguldir'

# The full version, including alpha/beta/rc tags
release = '0.6.6'
release = '0.6.7'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='tidalapi',
version='0.6.6',
version='0.6.7',
description='Unofficial API for TIDAL music streaming service.',
long_description=long_description,
author='Thomas Amland',
Expand All @@ -37,9 +37,9 @@
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,py37,pypy,pypy3
envlist = py27,py36,py37,py38,py39,pypy,pypy3

[testenv]
passenv = TIDAL_PASSWORD TIDAL_USERNAME
Expand Down

0 comments on commit c166b9b

Please sign in to comment.