Skip to content

Commit 903975f

Browse files
committed
Release v1.0.0
1 parent e89a73f commit 903975f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Project resources
6464
Changelog
6565
=========
6666

67-
v0.1.0 (UNRELEASED)
67+
v1.0.0 (2013-10-08)
6868
-------------------
6969

7070
- Moved extension out of the main Mopidy project.

mopidy_scrobbler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from mopidy import config, ext
66

77

8-
__version__ = '0.1.0'
8+
__version__ = '1.0.0'
99

1010

1111
class Extension(ext.Extension):

0 commit comments

Comments
 (0)