From 45f0b7c3a042d42aeee3263e84d61e3a55809763 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Jul 2018 20:36:21 +0200 Subject: Serd 0.30.0 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e4777572..ad5a2c1b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -serd (0.29.4) unstable; +serd (0.30.0) stable; * Upgrade to waf 2.0.9 and autowaf a328983 * Fix length of base64 encoded nodes @@ -18,7 +18,7 @@ serd (0.29.4) unstable; * Clean up testing code * Add serd_free for freeing memory allocated by serd - -- David Robillard Sat, 21 Jul 2018 21:13:40 +0200 + -- David Robillard Sun, 22 Jul 2018 20:34:09 +0200 serd (0.28.0) stable; diff --git a/wscript b/wscript index fb9a31e5..59e0214a 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.29.4' +SERD_VERSION = '0.30.0' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1