From 5bf31705cc3ac131c0243e2a87eca193cebf1ccc Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 2 Apr 2010 10:40:42 +0100 Subject: [PATCH] Release 0.46 --- ZeroInstall.xml | 2 +- zeroinstall/0launch-gui/gui.py | 2 +- zeroinstall/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZeroInstall.xml b/ZeroInstall.xml index 172bf7b..e16ae74 100644 --- a/ZeroInstall.xml +++ b/ZeroInstall.xml @@ -35,6 +35,6 @@ requires first uninstalling another. - + diff --git a/zeroinstall/0launch-gui/gui.py b/zeroinstall/0launch-gui/gui.py index 49e2cda..d2656cd 100644 --- a/zeroinstall/0launch-gui/gui.py +++ b/zeroinstall/0launch-gui/gui.py @@ -6,7 +6,7 @@ import gobject from zeroinstall.support import tasks from zeroinstall.injector import handler, download -version = '0.45' +version = '0.46' class GUIHandler(handler.Handler): dl_callbacks = None # Download -> [ callback ] diff --git a/zeroinstall/__init__.py b/zeroinstall/__init__.py index f96019c..833ca0e 100644 --- a/zeroinstall/__init__.py +++ b/zeroinstall/__init__.py @@ -12,7 +12,7 @@ The Python implementation of the Zero Install injector is divided into four sub- @var _: a function for translating strings using the zero-install domain (for use internally by Zero Install) """ -version = '0.45' +version = '0.46' import gettext -- 2.11.4.GIT