From 31ea384f24e12778d6e30cc7a30b0f48f3d50523 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Sep 2016 23:52:51 -0400 Subject: Sord 0.16.0 --- NEWS | 4 ++-- wscript | 2 +- 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 Sat, 09 Jul 2016 11:28:24 -0400 + -- David Robillard 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 -- cgit v1.2.1