From ab74b610605d8a26295cebc47f6411bbb2694929 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Sep 2011 18:49:25 -0500 Subject: [PATCH] Bump to 1.3.8 --- dialcentral/constants.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dialcentral/constants.py b/dialcentral/constants.py index 9f396c6..0336b0c 100644 --- a/dialcentral/constants.py +++ b/dialcentral/constants.py @@ -1,7 +1,7 @@ __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 diff --git a/setup.py b/setup.py index eb6f89b..024ece9 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ICON_CATEGORY="apps" 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" -- 1.7.9.5