From 34f5d891fabe5c4e6137ce3d94aee8ca1955ebab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 23:03:21 +0100 Subject: Patchage 1.0.4 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f296268..d6f87bd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -patchage (1.0.3) unstable; +patchage (1.0.4) stable; * Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina * Add command line option to print version @@ -9,7 +9,7 @@ patchage (1.0.3) unstable; * Remove Jack session support * Remove flaky DSP load meter - -- David Robillard Sun, 29 Nov 2020 17:41:44 +0000 + -- David Robillard Thu, 07 Jan 2021 21:59:02 +0000 patchage (1.0.2) stable; diff --git a/wscript b/wscript index 688ff3c..7bbb52b 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ from waflib import Build, Logs, Options, Utils from waflib.extras import autowaf # Version of this package (even if built as a child) -PATCHAGE_VERSION = '1.0.3' +PATCHAGE_VERSION = '1.0.4' # Variables for 'waf dist' APPNAME = 'patchage' -- cgit v1.2.1