Skip to content

Commit

Permalink
Version 1.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward committed Apr 15, 2020
1 parent 3096833 commit 305e61b
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.2:
- Bugfix: Repeated null arrays as final elements now parse correctly.
- Bugfix: Preprossor comment token # now correctly disabled on default.
- Bugfix: Several indexing issues with array patching have been fixed.
- Improved "duck typing" tokenization of numerics and other data types,
- Removal of Namelist constructor calls in __setitem__.
1.1.2:
- README update to remove `-e` flags for local installs.
1.1.1:
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.1.2'
__version__ = '1.2'


def read(nml_path):
Expand Down

0 comments on commit 305e61b

Please sign in to comment.