From 9d2e50d67c60ab97ea3dca8c0f97caeea43d0da3 Mon Sep 17 00:00:00 2001 From: Christopher Amin Date: Tue, 7 Feb 2023 10:41:02 +0100 Subject: [PATCH] 3.1.0 --- CHANGES.rst | 6 ++++++ ripe/atlas/tools/version.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c0d1133..704ffce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ Release History =============== +3.1.0 (release 2023-02-06) +-------------------------- +- Improved probe-search and measurement-search, including "csv" and "tab" output +- --stream-timeout and --stream-limit added to measure command +- Use the latest stream API (cousteau update) and add --timeout to stream command + 3.0.3 (release 2022-11-18) -------------------------- - Fix issue where the measure command would continue to stream results after all probes have responded diff --git a/ripe/atlas/tools/version.py b/ripe/atlas/tools/version.py index 2c84278..61cd9e7 100644 --- a/ripe/atlas/tools/version.py +++ b/ripe/atlas/tools/version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 RIPE NCC +# Copyright (c) 2023 RIPE NCC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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.3" +__version__ = "3.1.0"