From: Ivan Frade Date: Wed, 26 Aug 2009 22:48:42 +0000 (+0300) Subject: Preparing 0.2 release X-Git-Tag: mussorgsky-0.2-1 X-Git-Url: https://vcs.maemo.org/git/?p=mussorgsky;a=commitdiff_plain;h=30b59cf54d29ebbd9d193cc4da48a99180c845bf Preparing 0.2 release --- diff --git a/debian/changelog b/debian/changelog index 69009e4..1e568ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mussorgsky (0.2-1) unstable; urgency=low + + * Release 0.2 + * Changed first screen options + * Allow to select album art per album + + -- Ivan Frade Tue, 27 Aug 2009 01:03:59 +0300 + mussorgsky (0.1-1) unstable; urgency=low * Initial release (Closes: #nnnn) diff --git a/debian/control b/debian/control index 73527bd..2870791 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Depends: ${python:Depends}, python-mutagen, python-hildon, python-dbus, tracker, python-gst0.10, python2.5-gobject, python-imaging Optional: python2.5-libxml2 -XB-Python-Version: current, >=2.5 Description: Music Organizer, audio files metadata editor Mussorgsky is a tool to set the basic metadata in the audio files so the music collection management can be done completely on the diff --git a/setup.py b/setup.py index 73ead75..f2a1e8c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ DATA = [('share/applications/hildon', ['data/mussorgsky.desktop']), 'src/utils.py'])] setup(name = 'mussorgsky', - version = '0.1', + version = '0.2', description = 'Music Organizer: metadata editor', author = 'Ivan Frade', author_email = '',