Bump to 1.3.10
authorEd Page <eopage@byu.net>
Mon, 5 Sep 2011 22:21:14 +0000 (17:21 -0500)
committerEd Page <eopage@byu.net>
Mon, 5 Sep 2011 22:21:14 +0000 (17:21 -0500)
dialcentral/constants.py
setup.py

index 412d176..ddd8ee8 100644 (file)
@@ -1,6 +1,6 @@
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.3.9"
+__version__ = "1.3.10"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 
index b56587d..c8503fb 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,8 @@ ICON_CATEGORY="apps"
 ICON_SIZES=[32,48]
 #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7)
 
 ICON_SIZES=[32,48]
 #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7)
 
-CHANGES = """* Fixing alarm support (distutils removes the executable flag from python modules)
+CHANGES = """* Fixing broadcast messages from the Message tab
+* Making it more consistent on what numbers are shown
 """.strip()
 BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"
 
 """.strip()
 BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"