We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89a73f commit 903975fCopy full SHA for 903975f
README.rst
@@ -64,7 +64,7 @@ Project resources
64
Changelog
65
=========
66
67
-v0.1.0 (UNRELEASED)
+v1.0.0 (2013-10-08)
68
-------------------
69
70
- Moved extension out of the main Mopidy project.
mopidy_scrobbler/__init__.py
@@ -5,7 +5,7 @@
5
from mopidy import config, ext
6
7
8
-__version__ = '0.1.0'
+__version__ = '1.0.0'
9
10
11
class Extension(ext.Extension):
0 commit comments