From 420917f573c0fcfbd3cf3a39e222aedd35a2d888 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 17:18:18 +0200 Subject: Sratom 0.6.6 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- cgit v1.2.1