Skip to content

Commit

Permalink
Updated version, README for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdonnison committed Oct 20, 2017
1 parent 79464e1 commit fa7524c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@ User group: https://groups.google.com/forum/#!forum/pyiso-users

Upcoming Changes
----------------
* Add `ccgt` as a fuel type in `BaseClient` representing Combined Cycle Gas Turbine.
* Add EIA
* Add IESO
* Add NBPower
* Add NSPower
* Add AESO
* Add SASK
* Add changes here

Changelog
---------
* 0.3.20: Added EIA, IESO, NBPower, NSPower, AESO and SASK authorities, added `ccgt` as fuel type. removed `get_lmp` function.
* 0.3.19: Fix bug with `Biomass/Fossil` fuel type for BPA
* 0.3.18: Fix bug with PJM date parsing
* 0.3.17: Fix bug with `Black Liquor` fuel type for PJM
Expand Down
2 changes: 1 addition & 1 deletion pyiso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
from os import environ

__version__ = '0.3.19'
__version__ = '0.3.20'


# ERROR = 40, WARNING = 30, INFO = 20, DEBUG = 10
Expand Down

0 comments on commit fa7524c

Please sign in to comment.