From 4111017eaa9854a405917b043723633eefe6ddcb Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 27 Jan 2020 22:31:42 +0100 Subject: 1.14.2 --- CHANGES | 4 ++-- Makefile | 2 +- mgarepo | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 55a26b1..c20dc1c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -* 1.15.0 -- Add command editlog in help and man page +* 1.14.2 +- Add command editlog in help, man page and bash completion * 1.14.1 - manage http error in maintdb command diff --git a/Makefile b/Makefile index b34326f..dbca089 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.1 +VERSION = 1.14.2 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 298a569..fe2d4c2 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.1" +VERSION="1.14.2" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1