Skip to content

Commit

Permalink
prep for v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Nov 26, 2019
1 parent ad46f9b commit 4722bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ Changelog

**staged**

- None


**v0.1.2**

- Added support for default values in data files
- Improved error reporting when a data line does not split into an acceptable number of items

Expand Down
2 changes: 1 addition & 1 deletion grg_pssedata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""a package for reading and writing of pss/e data files"""

__version__ = '0.1.1'
__version__ = '0.1.2'

# import standard entry points to the code
from grg_pssedata import io
Expand Down

0 comments on commit 4722bb0

Please sign in to comment.