diff --git a/NEWS b/NEWS index 7c2db26..59509da 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -sratom (9999) unstable; +sratom (0.4.0) stable; * Correctly read objects with several rdf:type properties * Support writing Object Atoms as top level descriptions if subject and predicate are not given. + * Fix various hyper-strict warnings + * Upgrade to waf 1.7.2 - -- David Robillard + -- David Robillard Thu, 23 Aug 2012 01:11:07 -0400 sratom (0.2.0) stable; diff --git a/wscript b/wscript index dfa3fe3..8b55a3c 100644 --- a/wscript +++ b/wscript @@ -6,7 +6,7 @@ from waflib.extras import autowaf as autowaf import waflib.Options as Options # Version of this package (even if built as a child) -SRATOM_VERSION = '0.2.1' +SRATOM_VERSION = '0.4.0' SRATOM_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro)