From 05950a5b822e2ae1088c4f7cee5280a645afa3eb Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 8 Apr 2023 09:52:55 +0200 Subject: release 1.14.3 --- CHANGES | 8 ++++++++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 5996264..949353c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,12 @@ +* 1.14.3 +- maintdb.py: Fix error message +- Support -r in the up command (mga#3913) +- Fix some typos & bad URLs +- Fix some mandoc lint errors in the man page +- sync --dry-run wins if -d is also given +- Add sync --upload (mga#2868) + * 1.14.2 - Add command editlog in help, man page and bash completion diff --git a/Makefile b/Makefile index dbca089..5332de6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.2 +VERSION = 1.14.3 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index fe2d4c2..3356876 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.2" +VERSION="1.14.3" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1