From ee50ee9185b72dec2606d36283cb5ea6ee0a581d Mon Sep 17 00:00:00 2001 From: Andreas Strikos Date: Fri, 21 Oct 2016 15:21:46 +0200 Subject: [PATCH] Prepare for new release --- CHANGES.rst | 15 +++++++++++++++ ripe/atlas/tools/version.py | 2 +- setup.py | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b9e977a..94b98b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,21 @@ Release History =============== +2.0.2 (released 2016-10-21) +--------------------------- + +New Features +~~~~~~~~~~~~ +- Add aliases to measurements IDs +- Add --traceroute-show-asns to traceroute renderer + +Bug Fixes +~~~~~~~~~ +- Stream command was not passing the correct API key. After API became stricter this command started failing. +- Handle missing geometry for probes. +- Fix issues for AS-paths with only 1 probe +- Various fixes for tests + 2.0.1 (released 2016-04-20) --------------------------- diff --git a/ripe/atlas/tools/version.py b/ripe/atlas/tools/version.py index ca4dc45..2a1065e 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__ = "2.0.1" +__version__ = "2.0.2" diff --git a/setup.py b/setup.py index d0251c7..8c77b2f 100644 --- a/setup.py +++ b/setup.py @@ -34,8 +34,8 @@ "IPy", "python-dateutil", "requests>=2.7.0", - "ripe.atlas.cousteau==1.2", - "ripe.atlas.sagan==1.1.10", + "ripe.atlas.cousteau==1.3", + "ripe.atlas.sagan==1.1.11", "tzlocal", "pyyaml", "pyOpenSSL>=0.13",