Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 22, 2019
1 parent 601b192 commit b3bbbfb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog
*********


v3.0.0 (2019-12-22)
===================

- Depend on final release of Mopidy 3.0.0.

- Minor documentation improvements.


v3.0.0rc1 (2019-12-21)
======================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installation

Install by running::

python3 -m pip install Mopidy-MPD
sudo python3 -m pip install Mopidy-MPD

See https://mopidy.com/ext/mpd/ for alternative installation methods.

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Mopidy-MPD
version = 3.0.0rc1
version = 3.0.0
url = https://github.com/mopidy/mopidy-mpd
author = Stein Magnus Jodal
author_email = stein.magnus@jodal.no
Expand All @@ -25,7 +25,7 @@ include_package_data = True
packages = find:
python_requires = >= 3.7
install_requires =
Mopidy >= 3.0.0b1 # Change to >= 3.0 once final is released
Mopidy >= 3.0.0
Pykka >= 2.0.1
setuptools

Expand Down

0 comments on commit b3bbbfb

Please sign in to comment.