8000 Prepare for release. by jdavisp3 · Pull Request #7 · jdavisp3/TigerShark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prepare for release. #7

New issue < 8000 details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast overflow-auto" aria-label="Sign up for GitHub">

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Thomas Kho <tom@hioscar.com>
Wojciech Zając <wojciech.zajac@tirasu.com>
Lucas Wiman <lucas.wiman@gmail.com>
S.Lott <slott56@gmail.com>
Cloud Cray <cloudcray@gmail.com>
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
TigerShark is an X12 EDI message parser that can be tailored to
a specific partner in the health care payment ecosystem.

Version 0.3.1
-------------

* `to_dict` and `to_json` helper methods. Thanks CloudCray.

Version 0.3.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion tigershark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TigerShark - An X12 EDI message parser.
"""
__all__ = ['X12VersionTuple']
__version__ = "0.3.0"
__version__ = "0.3.1"
__authors__ = [
"Steven Buss <steven.buss@gmail.com>",
"Steven Lott <slott56@gmail.com>",
Expand Down
0