From 02bb7cda6bcc8e861db9f00d379c1c6f0a66e3a2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 2 Feb 2010 22:58:44 -0600 Subject: [PATCH] Bumping to 0.7.4 --- src/constants.py | 2 +- support/builddeb.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 882e8fd..8818487 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.7.3" +__version__ = "0.7.4" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") diff --git a/support/builddeb.py b/support/builddeb.py index bd0af0f..2b8465c 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,9 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.7.4 +* Fixing a bug with deny-lists + 0.7.3 * Fixing bug with being able to configure polling times -- 1.7.9.5