Skip to content

Commit

Permalink
Prepare v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Nov 14, 2015
1 parent 6da9594 commit 5aa1638
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.0.0 (UNRELEASED)
-------------------

- Drop special handling of bookmarks.


v1.3.0 (2015-09-11)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_internetarchive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.3.0'
__version__ = '2.0.0'

SORT_FIELDS = ['%s %s' % (f, o) for o in ('asc', 'desc') for f in (
'addeddate',
Expand Down

0 comments on commit 5aa1638

Please sign in to comment.