From 30b59cf54d29ebbd9d193cc4da48a99180c845bf Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Thu, 27 Aug 2009 01:48:42 +0300 Subject: [PATCH] Preparing 0.2 release --- debian/changelog | 8 ++++++++ debian/control | 1 - setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 = '', -- 1.7.9.5