From deaa0001747908e982b93c1f49c46ae937f45360 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 29 Apr 2011 09:57:51 +0100 Subject: [PATCH] Release 1.0-rc1 --- ZeroInstall.xml | 14 +++++++------- zeroinstall/0launch-gui/gui.py | 2 +- zeroinstall/__init__.py | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ZeroInstall.xml b/ZeroInstall.xml index ad1d069..f756d45 100644 --- a/ZeroInstall.xml +++ b/ZeroInstall.xml @@ -35,16 +35,16 @@ requires first uninstalling another. - - - + + + - - - + + + - + diff --git a/zeroinstall/0launch-gui/gui.py b/zeroinstall/0launch-gui/gui.py index 8cff918..b86860a 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 = '0.54' +version = '1.0-rc1' class GUIHandler(handler.Handler): dl_callbacks = None # Download -> [ callback ] diff --git a/zeroinstall/__init__.py b/zeroinstall/__init__.py index bc01942..4f60d57 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 = '0.54' +version = '1.0-rc1' import gettext from os.path import dirname, join -- 2.11.4.GIT