From 9d8c4189dfa79bca9569fcf0c72b12cbdb079849 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 14 Dec 2009 18:35:18 -0600 Subject: [PATCH] Version bump and changelist --- src/constants.py | 2 +- support/builddeb.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 675bf08..ff45110 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" __version__ = "0.9.1" -__build__ = 8 +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index 4402c2e..1270f20 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -20,7 +20,11 @@ __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ 0.9.1 +* Added support for creating generic .deb files +* Added an apothecary unit +* Bug fix: Can directly enter numbers after selecting category * Bug fix: font of the category button was inconsistent +* Bug fix: Improved up/down arrow keys 0.9.0 * Added Radioactivity and Radiation dose categories. -- 1.7.9.5