diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e68ab3e..8b54eaf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +Changes in 2.7.0 +---------------- + +Added fields ``${Artists}`` and ``${Genres}`` for the mpd widget type. + Changes in 2.6.0 ---------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 9e0cd44..712da94 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ copyright = '2020-2023, vicious-widgets' author = 'vicious-widgets' # The full version, including alpha/beta/rc tags -release = '2.6.0' +release = '2.7.0' # Add any Sphinx extension module names here, as strings. # They can be extensions coming with Sphinx (named 'sphinx.ext.*')