From 9bce77d52423d18283f29875c7bb9ad6c80f0770 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 5 Jun 2010 18:17:50 -0500 Subject: [PATCH] Bump to 1.0.1 --- src/constants.py | 4 ++-- support/builddeb.py | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/constants.py b/src/constants.py index 936c414..961f16c 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" -__version__ = "1.0.0" -__build__ = 3 +__version__ = "1.0.1" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") _user_settings_ = "%s/settings.json" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index 212d93d..1804b25 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,13 +19,7 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Switched from GTK to QT in preparation for Meego, all previous features still present -* Except removed the current form of search -* Added a "Recent" window -* Added a "Quick Jump" window (to replace old form of search) -* Added favorites to limit the number of categories and units shown -* Should be auto-rotatable (might not be working for some reason) -* Should auto-enable Fn on Maemo 5 +* Maemo 4.1 support """ @@ -70,7 +64,6 @@ def build_package(distribution): p.prettyName = constants.__pretty_app_name__ p.description = __description__ p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert" - p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__ p.license = "gpl" -- 1.7.9.5