Skip to content

Commit

Permalink
Update version: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dogoncouch committed Jun 7, 2017
1 parent c846c45 commit cedf56e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change log
Change log for [logdissect](https://github.com/dogoncouch/logdissect)

## [2.0.1] - 2017-06-07
### Fixed
- Compatibility issues

## [2.0] - 2017-05-30
### Added
- `tcpdump` parser for parsing tcpdump terminal output
Expand Down
2 changes: 1 addition & 1 deletion logdissect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.0'
__version__ = '2.0.1'
__author__ = 'Dan Persons <[email protected]>'
__license__ = 'MIT License'
__github__ = 'https://github.com/dogoncouch/logdissect'
Expand Down

0 comments on commit cedf56e

Please sign in to comment.