Skip to content

Commit

Permalink
Ready for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmax12 committed Oct 13, 2022
1 parent e78071b commit a13ce9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## vNext
## v0.8.0 - Oct 13, 2022

- PJM: add lmp prices for 3 markets: real time 5 minutes, real time hourly, day ahead hourly
- Add notes to Ercot status
- Add `.status_homepage` url to ISOs that report a status
- Add Ercot Historical RTM Settlement Point Prices (SPPs)
- Refactor storage API to support not battery storage types
- Refactor storage API to support non-battery storage types

## v0.7.0 - Aug 23, 2022

Expand Down
2 changes: 1 addition & 1 deletion isodata/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.7.0"
assert __version__ == "0.8.0"
2 changes: 1 addition & 1 deletion isodata/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.8.0"

0 comments on commit a13ce9a

Please sign in to comment.