diff options
author | David Robillard <d@drobilla.net> | 2016-09-19 23:52:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-19 23:52:51 -0400 |
commit | 31ea384f24e12778d6e30cc7a30b0f48f3d50523 (patch) | |
tree | 74450b809f432819402812bf9bbda4ca59e6aac6 | |
parent | 7339c78145e32a0f9c6a04a4141582386ab3bd80 (diff) | |
download | sord-31ea384f24e12778d6e30cc7a30b0f48f3d50523.tar.gz sord-31ea384f24e12778d6e30cc7a30b0f48f3d50523.tar.bz2 sord-31ea384f24e12778d6e30cc7a30b0f48f3d50523.zip |
Sord 0.16.0v0.16.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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; @@ -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 |