From 0797d9e33caa5dfd5a59e94c7b1c14c7aaecf19b Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 2 Dec 2017 17:30:36 +0100 Subject: 1.12.4 --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e45b013..6567bfe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.12.4 +- allow maintdb get without packagers credentials + * 1.12.3 - syntax correction diff --git a/Makefile b/Makefile index 8205229..6ebfbef 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.12.3 +VERSION = 1.12.4 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 7df3daf..28704d6 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.12.3" +VERSION="1.12.4" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1