From 21bc41689ab669d39f3454578ffe6e11f2e88046 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 16 Feb 2016 22:45:39 +0100 Subject: tag for 1.11.8 release --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 5c98cf9..0d1f1c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.11.8 +- delete debug command in svn.py + * 1.11.7 - correct a crash in rpmlog command when smthg is not submitted - replace ldap import with ldap3 for python3 diff --git a/Makefile b/Makefile index ed9913b..7af8a2a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.7 +VERSION = 1.11.8 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 4f27d32..74aacf6 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.7" +VERSION="1.11.8" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1