From 76cc55173e01be189cecbec1deafce243847b9e6 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 1 Apr 2020 20:25:52 +0100 Subject: [PATCH] chore(release): v2.1.0 --- debian/changelog | 7 +++++++ debian/control | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ad49096..60922f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 01 Apr 2020 20:23:34 +0100 + python3-rofi-mpd (2.0.1) bionic; urgency=medium * Fix bug where host argument was ignored diff --git a/debian/control b/debian/control index 235f522..a2ce949 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Jake Stanger 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 diff --git a/setup.py b/setup.py index 0349356..ace7493 100644 --- a/setup.py +++ b/setup.py @@ -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',