diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +patchage (1.0.5) unstable; + + * Show latency in toolbar with 2 decimal places + + -- David Robillard <d@drobilla.net> Thu, 08 Apr 2021 18:30:02 +0000 + patchage (1.0.4) stable; * Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina @@ -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' |