Skip to content

Commit

Permalink
Release - version 2.0.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
t2mune committed Jan 8, 2022
1 parent 715ebf1 commit 56ebdaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2022-01-08 Tetsumune KISO <[email protected]>
* Release - version 2.0.2 released.
* Update - resolved a value of BGP path attribute "ORIGIN".
* Update - copyright notices.

Expand Down
2 changes: 1 addition & 1 deletion mrtparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
except AttributeError:
pass

__version__ = '2.0.2-dev'
__version__ = '2.0.2'

# Magic Number
GZIP_MAGIC = b'\x1f\x8b'
Expand Down

0 comments on commit 56ebdaa

Please sign in to comment.