Preparing 0.4-1 release mussorgsky-0.4-1
authorIvan Frade <ivan.frade@nokia.com>
Wed, 27 Jan 2010 09:34:53 +0000 (11:34 +0200)
committerIvan Frade <ivan.frade@nokia.com>
Wed, 27 Jan 2010 09:34:53 +0000 (11:34 +0200)
debian/changelog
setup.py

index 685e238..a1650bc 100644 (file)
@@ -1,3 +1,12 @@
+mussorgsky (0.4-1) unstable; urgency=low
+
+  * Release 0.4
+  * Revamped download dialog
+  * Edit UI using themable icons (from media player)
+  * Enable theming in the main view buttons
+
+ -- Ivan Frade <ivan.frade@gmail.com>  Tue, 25 Jan 2009 01:56:59 +0300
+
 mussorgsky (0.3-1) unstable; urgency=low
 
   * Release 0.3
index 231bdea..34e39ed 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,8 @@ DATA = [('share/applications/hildon', ['data/mussorgsky.desktop']),
                             'src/utils.py'])]
  
 setup(name         = 'mussorgsky',
-      version      = '0.3',
-      description  = 'Music Organizer: metadata editor',
+      version      = '0.4',
+      description  = 'Music Organizer: metadata editor, album art downloader',
       author       = 'Ivan Frade',
       author_email = '<ivan.frade@gmail.com>',
       url          = 'http://mussorgsky.garage.maemo.org',