From ee68282db7fd8f8649c935f5732f1c6d9b789406 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Sep 2011 19:29:24 -0500 Subject: [PATCH] Bumping to 1.3.11 for PySide testing --- dialcentral/constants.py | 2 +- dialcentral/util/qt_compat.py | 2 +- setup.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dialcentral/constants.py b/dialcentral/constants.py index ddd8ee8..dd9e743 100644 --- a/dialcentral/constants.py +++ b/dialcentral/constants.py @@ -1,6 +1,6 @@ __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.3.10" +__version__ = "1.3.11" __build__ = 0 __app_magic__ = 0xdeadbeef diff --git a/dialcentral/util/qt_compat.py b/dialcentral/util/qt_compat.py index 409c00d..e4081c8 100644 --- a/dialcentral/util/qt_compat.py +++ b/dialcentral/util/qt_compat.py @@ -3,7 +3,7 @@ from __future__ import with_statement from __future__ import division -_TRY_PYSIDE = False +_TRY_PYSIDE = True try: if not _TRY_PYSIDE: diff --git a/setup.py b/setup.py index c8503fb..35547f2 100755 --- a/setup.py +++ b/setup.py @@ -37,8 +37,7 @@ ICON_CATEGORY="apps" ICON_SIZES=[32,48] #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7) -CHANGES = """* Fixing broadcast messages from the Message tab -* Making it more consistent on what numbers are shown +CHANGES = """* PySide testing """.strip() BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral" -- 1.7.9.5