diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 <d@drobilla.net> Sun, 16 Aug 2020 11:01:53 +0000 + -- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 10:51:38 +0000 serd (0.30.4) stable; @@ -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 |