diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -serd (0.25.0) unstable; +serd (0.26.0) stable; * Add support for TriG and NQuads * Add support for braindead SPARQL PREFIX and BASE directives - -- David Robillard <d@drobilla.net> Sat, 07 Jan 2017 13:39:07 -0500 + -- David Robillard <d@drobilla.net> Mon, 09 Jan 2017 20:10:35 -0500 serd (0.24.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 -SERD_VERSION = '0.25.0' +SERD_VERSION = '0.26.0' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |