Bump to 0.3.13
authorEd Page <eopage@byu.net>
Sat, 18 Dec 2010 16:04:15 +0000 (10:04 -0600)
committerEd Page <eopage@byu.net>
Sat, 18 Dec 2010 16:04:15 +0000 (10:04 -0600)
src/constants.py
support/builddeb.py
www/multilist.deb

index 986bfe6..79ea779 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Multilist"
 __app_name__ = "multilist"
-__version__ = "0.3.12"
+__version__ = "0.3.13"
 __build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist")
 __app_magic__ = 0xdeadbeef
index 0171b46..0ab7e4f 100755 (executable)
@@ -21,9 +21,8 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-0.3.12
-* Adding some paranoia protection against a problem brought up on t.m.o thread
-"""
+* Updated the icon to something slightly better
+""".strip()
 
 
 __postinstall__ = """#!/bin/sh -e
index ff04ca9..f5cfc42 100644 (file)
Binary files a/www/multilist.deb and b/www/multilist.deb differ