Bump to 0.3.9
authorEd Page <eopage@byu.net>
Mon, 19 Apr 2010 23:42:39 +0000 (18:42 -0500)
committerEd Page <eopage@byu.net>
Mon, 19 Apr 2010 23:42:39 +0000 (18:42 -0500)
src/constants.py
support/builddeb.py
www/multilist.deb

index 78a6c39..4da5c53 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Multilist"
 __app_name__ = "multilist"
-__version__ = "0.3.8"
-__build__ = 1
+__version__ = "0.3.9"
+__build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist")
 __app_magic__ = 0xdeadbeef
 _user_logpath_ = "%s/multilist.log" % _data_path_
index 2e575c5..e10f4aa 100755 (executable)
@@ -21,6 +21,10 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.3.9
+* Fixed a typo (loss of db with this)
+* Switched to a spinner and switched unit to a combo
+
 0.3.8
 * Fixed check boxes on Maemo
 
index 3478667..67d2df7 100644 (file)
Binary files a/www/multilist.deb and b/www/multilist.deb differ