Skip to content

Commit 251ed48

Browse files
committed
v0.6.6
1 parent 74adfe1 commit 251ed48

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

HISTORY.rst

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

6+
v0.6.6
7+
------
8+
9+
* Update api token and slightly obfuscate it - morguldir_
10+
611
v0.6.5
712
------
813

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Thomas Amland, morguldir'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.6.5'
25+
release = '0.6.6'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='tidalapi',
21-
version='0.6.5',
21+
version='0.6.6',
2222
description='Unofficial API for TIDAL music streaming service.',
2323
long_description=long_description,
2424
author='Thomas Amland',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34,py36,py37,pypy,pypy3
2+
envlist = py27,py35,py36,py37,pypy,pypy3
33

44
[testenv]
55
passenv = TIDAL_PASSWORD TIDAL_USERNAME

0 commit comments

Comments
 (0)