diff --git a/NEWS b/NEWS index 5a382b5..93982ad 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ -sratom (0.6.5) unstable; +sratom (0.6.6) stable; * Fix various minor warnings and other code quality issues - -- David Robillard Sun, 27 Sep 2020 14:55:33 +0000 + -- David Robillard Sun, 27 Sep 2020 15:18:12 +0000 sratom (0.6.4) stable; diff --git a/wscript b/wscript index 2e76435..ccff766 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ from waflib.extras import autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SRATOM_VERSION = '0.6.5' +SRATOM_VERSION = '0.6.6' SRATOM_MAJOR_VERSION = '0' # Mandatory waf variables