From 2fd32e98e038786123c208ed8262d2ee4c5f794e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Apr 2021 14:30:37 -0400 Subject: Update version and NEWS file --- NEWS | 6 ++++++ wscript | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d6f87bd..0b8f950 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +patchage (1.0.5) unstable; + + * Show latency in toolbar with 2 decimal places + + -- David Robillard Thu, 08 Apr 2021 18:30:02 +0000 + patchage (1.0.4) stable; * Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina diff --git a/wscript b/wscript index 7bbb52b..5e3d549 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.4' +PATCHAGE_VERSION = '1.0.5' # Variables for 'waf dist' APPNAME = 'patchage' -- cgit v1.2.1