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 8a0bb85..40bfb51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-sord (0.15.1) unstable;
+sord (0.16.0) stable;
* Fix construction and comparison of URIs with UTF-8 characters
* Fix documentation generation
@@ -11,7 +11,7 @@ sord (0.15.1) unstable;
* sord_validate: Tolerate xsd:decimal literals for double and float
properties if literals match pattern
- -- David Robillard <d@drobilla.net> Sat, 09 Jul 2016 11:28:24 -0400
+ -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:23:17 -0400
sord (0.14.0) stable;
diff --git a/wscript b/wscript
index 28d92db..f89d716 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SORD_VERSION = '0.15.1'
+SORD_VERSION = '0.16.0'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables