Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dogoncouch committed Apr 5, 2018
1 parent 1566cf7 commit 13896a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/README-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ There is a blank parser that can be used to create custom parsers on the fly.
This example will create a parser to capture a unix timestamp with a colon followed by a message:
```
myparser = logdissect.parsers.blank.ParseModule()
myparser.name = 'my parser'
myparser.format_regex = '^(\d+\.?\d*):\s(.*)$'
myparser.fields = ['date_stamp', 'message']
myparser.datestamp_type = 'unix'
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__ = '3.1'
__version__ = '3.1.1-dev'
__author__ = 'Dan Persons <[email protected]>'
__license__ = 'MIT License'
__github__ = 'https://github.com/dogoncouch/logdissect'
Expand Down

0 comments on commit 13896a3

Please sign in to comment.