summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-19 23:52:51 -0400
committerDavid Robillard <d@drobilla.net>2016-09-19 23:52:51 -0400
commit31ea384f24e12778d6e30cc7a30b0f48f3d50523 (patch)
tree74450b809f432819402812bf9bbda4ca59e6aac6
parent7339c78145e32a0f9c6a04a4141582386ab3bd80 (diff)
downloadsord-31ea384f24e12778d6e30cc7a30b0f48f3d50523.tar.gz
sord-31ea384f24e12778d6e30cc7a30b0f48f3d50523.tar.bz2
sord-31ea384f24e12778d6e30cc7a30b0f48f3d50523.zip
Sord 0.16.0v0.16.0
-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