diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -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 <d@drobilla.net> + -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 01:11:07 -0400 sratom (0.2.0) stable; @@ -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) |