From bd7ec13114ee0237796bf67e0034fab6c6e9da9a Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 18 Jan 2009 09:57:44 +0000 Subject: [PATCH] Release 0.38 --- 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 dd517f7..83c2d77 100644 --- a/ZeroInstall.xml +++ b/ZeroInstall.xml @@ -35,6 +35,6 @@ requires first uninstalling another. - + diff --git a/zeroinstall/0launch-gui/ZeroInstall-GUI.xml b/zeroinstall/0launch-gui/ZeroInstall-GUI.xml index 7a12088..df957db 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 9839ce0..bef9cbe 100644 --- a/zeroinstall/0launch-gui/gui.py +++ b/zeroinstall/0launch-gui/gui.py @@ -6,7 +6,7 @@ import gobject from zeroinstall.injector import handler, download import dialog -version = '0.37' +version = '0.38' class GUIHandler(handler.Handler): dl_callbacks = None # Download -> [ callback ] diff --git a/zeroinstall/__init__.py b/zeroinstall/__init__.py index 9facaa5..f980140 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.37' +version = '0.38' class SafeException(Exception): """An exception that can be reported to the user without a stack trace. -- 2.11.4.GIT