From 0ecbf7e4df561854d29fb36bb06a40c78b25b3cf Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 9 Mar 2016 08:19:43 +0100 Subject: Prepare 1.12.0 release --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9f028be..3341466 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.12.0 +- revert the prefix suppression for local language, it causes pb with import command + * 1.11.11 - leave the obsolete command in local language - obsolete: start interactive mode if no message is given diff --git a/Makefile b/Makefile index f2cae17..dfdc063 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.11 +VERSION = 1.12.0 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 3a9a832..6bb294d 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.11" +VERSION="1.12.0" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1