diff options
-rw-r--r-- | CHANGES | 3 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +* 1.11.0 +- port to python 3 + * 1.10.7 - ignore 'mgarepo sync -c' and tell it's deprecated @@ -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] |