Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Apr 1, 2020
1 parent 377d702 commit 76cc551
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python3-rofi-mpd (2.1.0) bionic; urgency=medium

* Add config option for starting playback on add
* Add new playlist selection mode

-- Jake Stanger <[email protected]> Wed, 01 Apr 2020 20:23:34 +0100

python3-rofi-mpd (2.0.1) bionic; urgency=medium

* Fix bug where host argument was ignored
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Maintainer: Jake Stanger <[email protected]>
Build-Depends: debhelper,dh-python,python3-all,python3-setuptools,python3-mpd,python3-mutagen
Section: devel
Priority: optional
Standards-Version: 1.1.0
Standards-Version: 2.1.0
X-Python3-Version: >= 3.6

Package: python3-rofi-mpd
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Rofi-MPD',
version='2.0.1',
version='2.1.0',
install_requires=['python-mpd2', 'mutagen', 'toml', 'appdirs'],
packages=['rofi', 'rofi_mpd'],
url='https://github.com/JakeStanger/Rofi_MPD',
Expand Down

0 comments on commit 76cc551

Please sign in to comment.