From 7e8f3d98b5d524a04e153f76245de97ce59a9be9 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 17 Apr 2023 11:30:51 -0700 Subject: release 1.14.4 --- CHANGES | 2 ++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 949353c..f66973e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* 1.14.4 +- Add sync --no-vcs * 1.14.3 - maintdb.py: Fix error message diff --git a/Makefile b/Makefile index 5332de6..9d05aa7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.3 +VERSION = 1.14.4 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 3356876..1d27a8b 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.3" +VERSION="1.14.4" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1