From 1e7cc632757153dd45c692dc6189cbf3fb9e5a43 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 3 Jul 2010 14:38:46 +0100 Subject: [PATCH] Release 0.49 --- 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 64dc97e..bf4d448 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 acd36c4..5e6de00 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.48' +version = '0.49' class GUIHandler(handler.Handler): dl_callbacks = None # Download -> [ callback ] diff --git a/zeroinstall/__init__.py b/zeroinstall/__init__.py index 706f677..a82ea81 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.48' +version = '0.49' import gettext from os.path import dirname, join -- 2.11.4.GIT