diff --git a/CHANGES.rst b/CHANGES.rst index b35b6c9..bcd8f01 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,8 @@ Changelog ========= +* 1.1.9 + * Updated the `parse_abuf` script to support Python3. * 1.1.8 * Handle case where a traceroute result might not have ``dst_addr`` field. * 1.1.7 diff --git a/ripe/atlas/sagan/version.py b/ripe/atlas/sagan/version.py index b2903cf..8d4aaeb 100644 --- a/ripe/atlas/sagan/version.py +++ b/ripe/atlas/sagan/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__ = "1.1.8" +__version__ = "1.1.9"