From b69c3bac42c9cf5cfcd79bce3363b4343bf0cd2e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Apr 2020 14:30:43 +0200 Subject: Patchage 1.0.2 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2461920..a162b0e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -patchage (1.0.1) unstable; +patchage (1.0.2) stable; * Add support for exporting canvas as PDF * Bring back Jack buffer size selector @@ -12,7 +12,7 @@ patchage (1.0.1) unstable; * Support Jack CV and OSC via metadata * Upgrade to waf 2.0.19 - -- David Robillard Fri, 14 Oct 2016 23:06:17 +0000 + -- David Robillard Thu, 09 Apr 2020 14:29:59 +0200 patchage (1.0.0) stable; diff --git a/wscript b/wscript index 26d24f1..0ad9e80 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ from waflib import Options, Utils from waflib.extras import autowaf # Version of this package (even if built as a child) -PATCHAGE_VERSION = '1.0.1' +PATCHAGE_VERSION = '1.0.2' # Variables for 'waf dist' APPNAME = 'patchage' -- cgit v1.2.1