diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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) |