aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rwxr-xr-xmgarepo2
2 files changed, 4 insertions, 1 deletions
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]