aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-01-10 08:33:06 -0500
committerDavid Robillard <d@drobilla.net>2017-01-10 08:33:06 -0500
commit7eda4e2dbd714dc6792ce674af52ba3512e66926 (patch)
treefc77ca45a0e71adea453d943d7f0e6c5f7c67a89
parentae3d5603d62c9cc0cab2b1a57514f7c66f4409fe (diff)
downloadserd-0.26.0.tar.gz
serd-0.26.0.tar.bz2
serd-0.26.0.zip
Serd 0.26.0v0.26.0
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index acd2c303..44a6f9cb 100644
--- a/NEWS
+++ b/NEWS
@@ -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;
diff --git a/wscript b/wscript
index 3f6d63e3..3f12c150 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
-SERD_VERSION = '0.25.0'
+SERD_VERSION = '0.26.0'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables