From 2e3e7d460df2920f5e56686c7ed1596d413cf2ad Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Fri, 23 Apr 2010 18:17:29 +0300 Subject: [PATCH] Preparing 0.5-1 release --- debian/changelog | 11 +++++++++++ setup.py | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1650bc..c4b6e60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +mussorgsky (0.5-1) unstable; urgency=low + + * Release 0.5 + * Added i18n support + * Support for WMA, OGG and FLAC (via mutagen) + * Call directly libhildon-thumbnailer with CTypes + * New icon + * Fixed MB#8912, crash editing some songs + + -- Ivan Frade Tue, 22 Apr 2010 18:35:59 +0300 + mussorgsky (0.4-1) unstable; urgency=low * Release 0.4 diff --git a/setup.py b/setup.py index 0bc3bc7..b3b861c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ from distutils.core import setup from distutils.core import setup from distutils import cmd -#from distutils.command.install import install as _install from distutils.command.install_data import install_data as _install_data from distutils.command.build import build as _build @@ -80,7 +79,7 @@ DATA = [('share/applications/hildon', ['data/mussorgsky.desktop']), 'src/i18n.py'])] setup(name = 'mussorgsky', - version = '0.4', + version = '0.5', description = 'Music Organizer: metadata editor, album art downloader', author = 'Ivan Frade', author_email = '', -- 1.7.9.5