summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--wscript2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77d3bb4..690f838 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+sord (UNRELEASED) unstable; urgency=low
+
+ * Add function sord_contains for checking for a triple pattern
+
+ -- David Robillard <d@drobilla.net> (UNRELEASED)
+
sord (0.4.2) unstable; urgency=low
* Fix compilation issues on some systems
diff --git a/wscript b/wscript
index 6f7e2b4..9504218 100644
--- a/wscript
+++ b/wscript
@@ -6,7 +6,7 @@ from waflib.extras import autowaf as autowaf
import waflib.Logs as Logs, waflib.Options as Options
# Version of this package (even if built as a child)
-SORD_VERSION = '0.4.2'
+SORD_VERSION = '0.4.3'
SORD_MAJOR_VERSION = '0'
# Library version (UNIX style major, minor, micro)