Skip to content

Commit

Permalink
ready for release (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmax12 authored Mar 24, 2023
1 parent 6b09ea1 commit 5f4fc78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## v0.20.0 - TBD
## v0.20.0 - March 24, 2023

- Add `Interval Start` and `Interval End` time stamps to every applicable time series to avoid ambiguity. The `Time` column will be dropped in favor of just these two columns in next release
- Add `Interval Start` and `Interval End` time stamps to every applicable time series to avoid ambiguity. The `Time` column will be dropped in favor of just these two columns in next release

### Breaking Changes
### Breaking Changes

- Removed `FuelMix` class. `iso.get_fuel_mix(date="latest")` now returns a DataFrame with a single row to make API consistent with other ways of calling the method.
- Removed `FuelMix` class. `iso.get_fuel_mix(date="latest")` now returns a DataFrame with a single row to make API consistent with other ways of calling the method.

## v0.19.0 - Feb 19, 2023

Expand Down
2 changes: 1 addition & 1 deletion gridstatus/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.19.0"
assert __version__ == "0.20.0"
2 changes: 1 addition & 1 deletion gridstatus/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19.0"
__version__ = "0.20.0"

0 comments on commit 5f4fc78

Please sign in to comment.