diff --git a/ChangeLog b/ChangeLog index c8e741c..05fe115 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2017-07-02 Tetsumune KISO + * Release - mrtparse 1.6 released. + 2017-03-05 Tetsumune KISO * Fix - can't handle "MP_UNREACH_NLRI" properly in "print_all.py". diff --git a/README.rst b/README.rst index 4faac92..48586e3 100644 --- a/README.rst +++ b/README.rst @@ -178,14 +178,6 @@ or $ git clone https://github.com/YoshiyukiYamauchi/mrtparse.git $ cd mrtparse $ python setup.py install - running install - running build - running build_py - running install_lib - copying build/lib/mrtparse.py -> /Library/Python/2.7/site-packages - byte-compiling /Library/Python/2.7/site-packages/mrtparse.py to mrtparse.pyc - running install_egg_info - Writing /Library/Python/2.7/site-packages/mrtparse-0.8-py2.7.egg-info Usage ----- diff --git a/mrtparse/__init__.py b/mrtparse/__init__.py index 57ac84b..219977e 100644 --- a/mrtparse/__init__.py +++ b/mrtparse/__init__.py @@ -30,7 +30,7 @@ import signal signal.signal(signal.SIGPIPE, signal.SIG_DFL) -__version__ = '1.5' +__version__ = '1.6' # Magic Number GZIP_MAGIC = b'\x1f\x8b'