Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
Update docs and copyright notices
  • Loading branch information
morguldir committed Sep 17, 2019
1 parent 2175f0d commit e7fbec7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
10 changes: 10 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,19 @@ API Reference
:members:
:undoc-members:

.. autoclass:: Media
:members:
:undoc-members:

.. autoclass:: Track
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: Video
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: Playlist
:members:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@

# General information about the project.
project = u'tidalapi'
copyright = u'2014, Thomas Amland'
copyright = u'2014-2019, Thomas Amland, morguldir'

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
# the built documents.
#
# The short X.Y version.
version = '0.5.0'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

setup(
name='tidalapi',
version='0.5.0',
version='0.6.0',
description='Unofficial API for TIDAL music streaming service.',
long_description=long_description,
author='Thomas Amland',
author_email='[email protected]',
author='Thomas Amland, morguldir',
author_email='[email protected], [email protected]',
url='https://github.com/tamland/tidalapi',
license='LGPL',
packages=['tidalapi'],
Expand All @@ -33,10 +33,10 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 morguldir
# Copyright (C) 2014 Thomas Amland
#
# This program is free software: you can redistribute it and/or modify
Expand Down
1 change: 1 addition & 0 deletions tidalapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 morguldir
# Copyright (C) 2014 Thomas Amland
#
# This program is free software: you can redistribute it and/or modify
Expand Down
1 change: 1 addition & 0 deletions tidalapi/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 morguldir
# Copyright (C) 2014 Thomas Amland
#
# This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit e7fbec7

Please sign in to comment.