summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
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 <d@drobilla.net> Fri, 14 Oct 2016 23:06:17 +0000
+ -- David Robillard <d@drobilla.net> 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'