aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4d3f95c3..88cc1d4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-serd (0.30.3) unstable;
+serd (0.30.4) stable;
* Fix EOF handling while reading in bulk or from strings
* Fix lax handling of string errors
* Fix reading from a null-delimited socket
- -- David Robillard <d@drobilla.net> Sun, 08 Dec 2019 22:20:08 +0000
+ -- David Robillard <d@drobilla.net> Sun, 26 Apr 2020 16:04:05 +0000
serd (0.30.2) stable;
diff --git a/wscript b/wscript
index 0bd8cb74..c26bffa4 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SERD_VERSION = '0.30.3'
+SERD_VERSION = '0.30.4'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables