From 3da70d91f947a530677e17a310d4cec97274732b Mon Sep 17 00:00:00 2001 From: Christopher Amin Date: Mon, 23 May 2022 13:03:45 +0200 Subject: [PATCH] 3.0.2 Fix measure spec command --- CHANGES.rst | 4 ++++ ripe/atlas/tools/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 14f1ec0..75078b3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,9 @@ Release History =============== +3.0.2 (release 2022-05-23) +-------------------------- +- Fix "measure spec" command which was broken due to cousteau issue + 3.0.1 (release 2022-02-24) -------------------------- - Updated cousteau dependency to the non-alpha release diff --git a/ripe/atlas/tools/version.py b/ripe/atlas/tools/version.py index 54401aa..10e290f 100644 --- a/ripe/atlas/tools/version.py +++ b/ripe/atlas/tools/version.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "3.0.1" +__version__ = "3.0.2"