Skip to content

Commit

Permalink
Version 1.3.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward committed May 26, 2021
1 parent 1b15c50 commit c41eddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.1:
- String splitting is now an optional feature, enabled by the split_strings
property. Default string array output again resembles v1.2 output.
- Bugfix: For arrays of strings, a split string element will no longer
insert erroneous commas. Thanks to Jared Lewis for reporting.

1.3:
- Strings which exceed the column limit are now split across multiple
lines. Thanks to Xi Chen for reporting.
Expand Down
2 changes: 1 addition & 1 deletion f90nml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from f90nml.namelist import Namelist
from f90nml.parser import Parser

__version__ = '1.3'
__version__ = '1.3.1'


def read(nml_path):
Expand Down

0 comments on commit c41eddd

Please sign in to comment.