Skip to content

Commit

Permalink
Merge pull request #175 from RIPE-NCC/newRelease
Browse files Browse the repository at this point in the history
Prepare for new release
  • Loading branch information
astrikos authored Oct 21, 2016
2 parents 86de6b0 + ee50ee9 commit 032132f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion ripe/atlas/tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.0.1"
__version__ = "2.0.2"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 032132f

Please sign in to comment.