From aa82ac33ac9e1a29ff03e8846cef6bfaf11ac1f3 Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Tue, 15 Sep 2009 23:58:49 +0300 Subject: [PATCH] Preparing 0.3 release --- debian/changelog | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b246acf..685e238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mussorgsky (0.3-1) unstable; urgency=low + + * Release 0.3 + * Treeview with interactive search for metadata edition + * Minor updates in the edit UI + * Fixed thumbnail path calculation to meet MAFW expectatives + * Brand new initial screen using fancy images (Gabriel Schulhof) + + -- Ivan Frade Tue, 15 Sep 2009 23:58:59 +0300 + mussorgsky (0.2.2-1) unstable; urgency=low * Release 0.2.2 diff --git a/setup.py b/setup.py index d8ad8e2..231bdea 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ DATA = [('share/applications/hildon', ['data/mussorgsky.desktop']), 'src/utils.py'])] setup(name = 'mussorgsky', - version = '0.2.2', + version = '0.3', description = 'Music Organizer: metadata editor', author = 'Ivan Frade', author_email = '', -- 1.7.9.5