Skip to content

Commit

Permalink
ready for 0.6.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmax12 committed Aug 17, 2022
1 parent 2e24833 commit 0cd354a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## vNext
## v0.6.0 - Aug 17, 2022

- ISONE: add system status
- NYISO: add system status
- Improve LMP return format
- Bug fixes

## v0.5.0 - Aug 12, 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.5.0"
assert __version__ == "0.6.0"
2 changes: 1 addition & 1 deletion isodata/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 0cd354a

Please sign in to comment.