From bdaca1308bfd8970a45a518b9611b660073dc2a5 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 27 Jun 2012 07:13:51 +0100 Subject: [PATCH] Release 1.9 --- ZeroInstall.xml | 6 +++--- zeroinstall/0launch-gui/gui.py | 2 +- zeroinstall/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZeroInstall.xml b/ZeroInstall.xml index 2eb6532..950b5d7 100644 --- a/ZeroInstall.xml +++ b/ZeroInstall.xml @@ -52,10 +52,10 @@ requires first uninstalling another. - - + + - + diff --git a/zeroinstall/0launch-gui/gui.py b/zeroinstall/0launch-gui/gui.py index b2f8e45..990c5c3 100644 --- a/zeroinstall/0launch-gui/gui.py +++ b/zeroinstall/0launch-gui/gui.py @@ -7,7 +7,7 @@ from zeroinstall import _ from zeroinstall.support import tasks from zeroinstall.injector import handler, download -version = '1.8' +version = '1.9' class GUIHandler(handler.Handler): dl_callbacks = None # Download -> [ callback ] diff --git a/zeroinstall/__init__.py b/zeroinstall/__init__.py index b281960..6b28c35 100644 --- a/zeroinstall/__init__.py +++ b/zeroinstall/__init__.py @@ -13,7 +13,7 @@ The Python implementation of the Zero Install injector is divided into five sub- @var _: a function for translating strings using the zero-install domain (for use internally by Zero Install) """ -version = '1.8' +version = '1.9' import gobject; gobject.threads_init() -- 2.11.4.GIT