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.bindtextdomain("mpdevil", "/app/share/locale")
|
||||||
_=gettext.gettext
|
_=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)$"
|
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,10 +23,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.9.8" date="2020-12-27">
|
<release version="0.9.8" date="2020-12-27"/>
|
||||||
<description>
|
<release version="0.9.9" date="2021-01-01"/>
|
||||||
</description>
|
|
||||||
</release>
|
|
||||||
</releases>
|
</releases>
|
||||||
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ import DistUtilsExtra.auto
|
|||||||
|
|
||||||
DistUtilsExtra.auto.setup(
|
DistUtilsExtra.auto.setup(
|
||||||
name='mpdevil',
|
name='mpdevil',
|
||||||
version='0.9.8', # sync with bin/mpdevil
|
version='0.9.9', # sync with bin/mpdevil
|
||||||
author="Martin Wagner",
|
author="Martin Wagner",
|
||||||
author_email="martin.wagner.dev@gmail.com",
|
author_email="martin.wagner.dev@gmail.com",
|
||||||
description=('A simple music browser for MPD'),
|
description=('A simple music browser for MPD'),
|
||||||
|
Loading…
Reference in New Issue
Block a user