From 7a21b4f760a417456c626e4aed5052dd521c4ed7 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 17 Nov 2007 16:39:21 +0000 Subject: [PATCH] Release 0.13 --- 0publish | 2 +- 0publish.xml | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/0publish b/0publish index 5121188..39093ed 100755 --- a/0publish +++ b/0publish @@ -8,7 +8,7 @@ import signing from logging import info, debug import edit, validator, create -version = '0.12' +version = '0.13' parser = OptionParser(usage="usage: %prog [options] interface") parser.add_option("--add-version", help="add a new implementation", action='store', metavar='VERSION') diff --git a/0publish.xml b/0publish.xml index fc0f938..a0c2b82 100644 --- a/0publish.xml +++ b/0publish.xml @@ -1,7 +1,5 @@ - - + 0publish utility to make creating injector interfaces easier @@ -19,14 +17,14 @@ http://0install.net/injector-packagers.html - + - sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" 0publish + sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" 0publish - + - - + + -- 2.11.4.GIT