Preparing 0.3 release mussorgsky-0.3-1
authorIvan Frade <ivan.frade@gmail.com>
Tue, 15 Sep 2009 20:58:49 +0000 (23:58 +0300)
committerIvan Frade <ivan.frade@gmail.com>
Tue, 15 Sep 2009 20:58:49 +0000 (23:58 +0300)
debian/changelog
setup.py

index b246acf..685e238 100644 (file)
@@ -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 <ivan.frade@gmail.com>  Tue, 15 Sep 2009 23:58:59 +0300
+
 mussorgsky (0.2.2-1) unstable; urgency=low
 
   * Release 0.2.2
index d8ad8e2..231bdea 100644 (file)
--- 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 = '<ivan.frade@gmail.com>',