diff --git a/NEWS b/NEWS index d84e25d..6bbc758 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -serd (0.30.5) unstable; +serd (0.30.6) stable; * Fix various minor warnings and other code quality issues * Improve reader error handling * Make all free functions tolerant of NULL * Parse prefixed names more strictly - -- David Robillard Sun, 16 Aug 2020 11:01:53 +0000 + -- David Robillard Sun, 27 Sep 2020 10:51:38 +0000 serd (0.30.4) stable; diff --git a/wscript b/wscript index e8adfcc..703b36c 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ from waflib.extras import autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.30.5' +SERD_VERSION = '0.30.6' SERD_MAJOR_VERSION = '0' # Mandatory waf variables