Skip to content

Commit

Permalink
update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Aug 18, 2019
1 parent b5b7754 commit 79fc7f1
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**

- nothing


**v0.1.1**

- Drop support for python 2.7 and 3.4
- Fixed bug where parsing lines with commas or comment characters inside single quotes would fail
- Added support for FACTS Devices, Two-Terminal DC Lines, VSC DC Lines, Multi-Terminal DC Lines, Interarea Transfers, Transformer Impedence Correction Tables, Induction Machines, and Multi-Section Line Groupings
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.0'
__version__ = '0.1.1'

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

0 comments on commit 79fc7f1

Please sign in to comment.