Skip to content

Commit

Permalink
Release v3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Dec 25, 2019
1 parent 0171627 commit 9b120e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v3.0.0 (2019-12-25)
===================

- Depend on final release of Mopidy 3.0.0.


v3.0.0a1 (2019-12-06)
=====================

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-Podcast
version = 3.0.0a1
version = 3.0.0
url = https://github.com/tkem/mopidy-podcast
author = Thomas Kemmer
author_email = tkemmer@computer.org
Expand All @@ -25,7 +25,7 @@ include_package_data = True
packages = find:
python_requires = >= 3.7
install_requires =
Mopidy >= 3.0.0a5 # Change to >= 3.0 once final is released
Mopidy >= 3.0.0
Pykka >= 2.0.1
cachetools >= 2.0
setuptools
Expand Down

0 comments on commit 9b120e6

Please sign in to comment.