diff options
author | Papoteur <papoteur@mageia.org> | 2020-01-27 22:31:42 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-01-27 22:31:42 +0100 |
commit | 4111017eaa9854a405917b043723633eefe6ddcb (patch) | |
tree | f65d65347ccf566255c9ad7c9463e975dfb49a2c | |
parent | 1fe80dfd3d6ed3209c4b187676aecf15dbb7d6e8 (diff) | |
download | mgarepo-4111017eaa9854a405917b043723633eefe6ddcb.tar mgarepo-4111017eaa9854a405917b043723633eefe6ddcb.tar.gz mgarepo-4111017eaa9854a405917b043723633eefe6ddcb.tar.bz2 mgarepo-4111017eaa9854a405917b043723633eefe6ddcb.tar.xz mgarepo-4111017eaa9854a405917b043723633eefe6ddcb.zip |
1.14.21.14.2
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -* 1.15.0 -- Add command editlog in help and man page +* 1.14.2 +- Add command editlog in help, man page and bash completion * 1.14.1 - manage http error in maintdb command @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.1 +VERSION = 1.14.2 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.1" +VERSION="1.14.2" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |