Skip to content

Commit 88e8744

Browse files
committed
Release v2.0.0
1 parent 48c9c46 commit 88e8744

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
*********
44

5+
v2.0.0 (2019-12-22)
6+
===================
7+
8+
- Depend on final release of Mopidy 3.0.0.
9+
10+
511
v2.0.0rc1 (2019-11-16)
612
======================
713

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Mopidy-Scrobbler
3-
version = 2.0.0rc1
3+
version = 2.0.0
44
url = https://github.com/mopidy/mopidy-scrobbler
55
author = Stein Magnus Jodal
66
author_email = [email protected]
@@ -25,7 +25,7 @@ include_package_data = True
2525
packages = find:
2626
python_requires = >= 3.7
2727
install_requires =
28-
Mopidy >= 3.0.0a4 # Change to >= 3.0 once final is released
28+
Mopidy >= 3.0.0
2929
Pykka >= 2.0.1
3030
setuptools
3131
pylast >= 2.2.0

0 commit comments

Comments
 (0)