Bump to 1.3.8
authorEd Page <eopage@byu.net>
Thu, 1 Sep 2011 23:49:25 +0000 (18:49 -0500)
committerEd Page <eopage@byu.net>
Thu, 1 Sep 2011 23:49:25 +0000 (18:49 -0500)
dialcentral/constants.py
setup.py

index 9f396c6..0336b0c 100644 (file)
@@ -1,7 +1,7 @@
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.3.7"
-__build__ = 3
+__version__ = "1.3.8"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 
 IS_MAEMO = True
 __app_magic__ = 0xdeadbeef
 
 IS_MAEMO = True
index eb6f89b..024ece9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ ICON_CATEGORY="apps"
 ICON_SIZES=[32,48]
 #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7)
 
 ICON_SIZES=[32,48]
 #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7)
 
-CHANGES = """* Switching back to PyQt4
+CHANGES = """* Protecting against unsupported date formats
 """.strip()
 BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"
 
 """.strip()
 BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"