Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Nov 26, 2019
1 parent dcd0039 commit 3927d64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Changelog
- None


**v0.1.3**

- Improved support for non-string values in class constructors
- Fixed Bus default values


**v0.1.2**

- Added support for default values in data files
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.2'
__version__ = '0.1.3'

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

0 comments on commit 3927d64

Please sign in to comment.