mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
preparations for 0.9.9
This commit is contained in:
parent
a695d829d8
commit
7ab40d5049
@ -35,7 +35,7 @@ if os.path.isfile("/.flatpak-info"): # test for flatpak environment
|
||||
gettext.bindtextdomain("mpdevil", "/app/share/locale")
|
||||
_=gettext.gettext
|
||||
|
||||
VERSION="0.9.8-dev" # sync with setup.py
|
||||
VERSION="0.9.9" # sync with setup.py
|
||||
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"
|
||||
|
||||
|
||||
|
@ -23,10 +23,8 @@
|
||||
</ul>
|
||||
</description>
|
||||
<releases>
|
||||
<release version="0.9.8" date="2020-12-27">
|
||||
<description>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.8" date="2020-12-27"/>
|
||||
<release version="0.9.9" date="2021-01-01"/>
|
||||
</releases>
|
||||
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
||||
<screenshots>
|
||||
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ import DistUtilsExtra.auto
|
||||
|
||||
DistUtilsExtra.auto.setup(
|
||||
name='mpdevil',
|
||||
version='0.9.8', # sync with bin/mpdevil
|
||||
version='0.9.9', # sync with bin/mpdevil
|
||||
author="Martin Wagner",
|
||||
author_email="martin.wagner.dev@gmail.com",
|
||||
description=('A simple music browser for MPD'),
|
||||
|
Loading…
Reference in New Issue
Block a user