Skip to content

Commit

Permalink
Update: v1.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
t2mune committed Jul 1, 2017
1 parent df2a2c1 commit 9851c48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2017-07-02 Tetsumune KISO <[email protected]>
* Release - mrtparse 1.6 released.

2017-03-05 Tetsumune KISO <[email protected]>
* Fix - can't handle "MP_UNREACH_NLRI" properly in "print_all.py".

Expand Down
8 changes: 0 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion mrtparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9851c48

Please sign in to comment.