Releasing 0.3.10
authorEd Page <eopage@byu.net>
Tue, 20 Apr 2010 02:48:18 +0000 (21:48 -0500)
committerEd Page <eopage@byu.net>
Tue, 20 Apr 2010 02:48:18 +0000 (21:48 -0500)
src/constants.py
support/builddeb.py
www/multilist.deb

index 4da5c53..129aa16 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Multilist"
 __app_name__ = "multilist"
-__version__ = "0.3.9"
+__version__ = "0.3.10"
 __build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist")
 __app_magic__ = 0xdeadbeef
index e10f4aa..1de965f 100755 (executable)
@@ -21,6 +21,9 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.3.10
+* Added panning
+
 0.3.9
 * Fixed a typo (loss of db with this)
 * Switched to a spinner and switched unit to a combo
index 67d2df7..2925238 100644 (file)
Binary files a/www/multilist.deb and b/www/multilist.deb differ