From f30b365d8375c4cbf2ccc427afdbd07415d157c9 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 19 Apr 2009 16:32:13 +0100 Subject: [PATCH] Release 0.40 --- ZeroInstall.xml | 2 +- zeroinstall/0launch-gui/ZeroInstall-GUI.xml | 2 +- zeroinstall/0launch-gui/gui.py | 2 +- zeroinstall/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZeroInstall.xml b/ZeroInstall.xml index b2cd49c..00936cf 100644 --- a/ZeroInstall.xml +++ b/ZeroInstall.xml @@ -36,6 +36,6 @@ requires first uninstalling another. - + diff --git a/zeroinstall/0launch-gui/ZeroInstall-GUI.xml b/zeroinstall/0launch-gui/ZeroInstall-GUI.xml index c40cac3..ada7bc0 100644 --- a/zeroinstall/0launch-gui/ZeroInstall-GUI.xml +++ b/zeroinstall/0launch-gui/ZeroInstall-GUI.xml @@ -10,6 +10,6 @@ - + diff --git a/zeroinstall/0launch-gui/gui.py b/zeroinstall/0launch-gui/gui.py index dbf38ed..8dde275 100644 --- a/zeroinstall/0launch-gui/gui.py +++ b/zeroinstall/0launch-gui/gui.py @@ -7,7 +7,7 @@ from zeroinstall.support import tasks from zeroinstall.injector import handler, download import dialog -version = '0.39' +version = '0.40' class GUIHandler(handler.Handler): dl_callbacks = None # Download -> [ callback ] diff --git a/zeroinstall/__init__.py b/zeroinstall/__init__.py index 4d239ba..67085dc 100644 --- a/zeroinstall/__init__.py +++ b/zeroinstall/__init__.py @@ -10,7 +10,7 @@ The Python implementation of the Zero Install injector is divided into four sub- @see: U{http://0install.net} """ -version = '0.39' +version = '0.40' class SafeException(Exception): """An exception that can be reported to the user without a stack trace. -- 2.11.4.GIT