From 23f4f4e3272e7a7026545c084de0ed140368f3bd Mon Sep 17 00:00:00 2001 From: doktor5000 Date: Wed, 23 Dec 2015 22:59:52 +0100 Subject: - bump version to 1.11.6 --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index eea90d3..4ba2c8e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.11.6 +- add -s option for log command to get releases log (enhancement mga#12948) + * 1.11.5 - add another test to avoid exception while copying files from tmp/SOURCES (fix mga#17365) diff --git a/Makefile b/Makefile index c754490..71bbd05 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.5 +VERSION = 1.11.6 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 34e5640..20cd01b 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.5" +VERSION="1.11.6" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1