aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-26 18:09:05 +0200
committerDavid Robillard <d@drobilla.net>2020-04-26 18:09:05 +0200
commit227565f5be637d4d5db231f8860ee24c610ddad7 (patch)
tree40a2f832436132e78b8c6321fcb87f92d321ad1a
parent7f6b2dd74af5d574f9f699b288feb59eddabbf32 (diff)
downloadserd-227565f5be637d4d5db231f8860ee24c610ddad7.tar.gz
serd-227565f5be637d4d5db231f8860ee24c610ddad7.tar.bz2
serd-227565f5be637d4d5db231f8860ee24c610ddad7.zip
Serd 0.30.4v0.30.4
-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