Preparing 0.2 release mussorgsky-0.2-1
authorIvan Frade <ivan.frade@gmail.com>
Wed, 26 Aug 2009 22:48:42 +0000 (01:48 +0300)
committerIvan Frade <ivan.frade@gmail.com>
Wed, 26 Aug 2009 22:48:42 +0000 (01:48 +0300)
debian/changelog
debian/control
setup.py

index 69009e4..1e568ad 100644 (file)
@@ -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 <ivan.frade@gmail.com>  Tue, 27 Aug 2009 01:03:59 +0300
+
 mussorgsky (0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
index 73527bd..2870791 100644 (file)
@@ -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 
index 73ead75..f2a1e8c 100644 (file)
--- 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 = '<ivan.frade@gmail.com>',