From 13bb21db7e799d6314658e6106036cb1456cba9f Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 27 Feb 2019 16:54:49 +0100 Subject: 1.14.1 --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 6163bb8..79ac072 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.14.1 +- manage http error in maintdb command + * 1.14.0 - retag as 1.14 to avoid confusion with the 1.13.x stuff - Drop "not released yet" from rpms diff --git a/Makefile b/Makefile index 4047bcd..b34326f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.0 +VERSION = 1.14.1 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 94e0ea0..2d592d9 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.0" +VERSION="1.14.1" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1