diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-03-09 08:19:43 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-03-09 08:19:43 +0100 |
commit | 0ecbf7e4df561854d29fb36bb06a40c78b25b3cf (patch) | |
tree | f4fadf38551a2b3697f9f0351fc4faeceaae493f | |
parent | c38f7d11b2053939d0004653456a2fa8f8220972 (diff) | |
download | mgarepo-0ecbf7e4df561854d29fb36bb06a40c78b25b3cf.tar mgarepo-0ecbf7e4df561854d29fb36bb06a40c78b25b3cf.tar.gz mgarepo-0ecbf7e4df561854d29fb36bb06a40c78b25b3cf.tar.bz2 mgarepo-0ecbf7e4df561854d29fb36bb06a40c78b25b3cf.tar.xz mgarepo-0ecbf7e4df561854d29fb36bb06a40c78b25b3cf.zip |
Prepare 1.12.0 release1.12.0
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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 @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.11 +VERSION = 1.12.0 .PHONY: all $(DIRS) clean clean: @@ -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] |