From 5971aa7b423a2c735257ad58ab22e1619828055d Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 28 Nov 2015 11:15:14 +0100 Subject: Prepare 1.11.0 release --- CHANGES | 3 +++ mgarepo | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 37c5267..a0d6962 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.11.0 +- port to python 3 + * 1.10.7 - ignore 'mgarepo sync -c' and tell it's deprecated diff --git a/mgarepo b/mgarepo index 3ad7428..bfe3d59 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.10.6" +VERSION="1.11.0" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1