Skip to content

Commit

Permalink
Release 0.27 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillKoehrsen authored Mar 4, 2024
1 parent 4008b6f commit 9191f6c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## v0.26.0 - TBD
## v0.27.0 - Mar 4, 2024

### Breaking Changes

* Dropped support for pandas < 2

## v0.26.0 - Feb 27, 2024

- Last release supporting pandas <2
- Add ERCOT DAM System Lambda (`ercot.get_dam_system_lambda`)
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.26.0"
assert __version__ == "0.27.0"
2 changes: 1 addition & 1 deletion gridstatus/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.26.0"
__version__ = "0.27.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gridstatus"
version = "0.26.0"
version = "0.27.0"
readme = "README.md"
description = "API to access energy data"
classifiers = [
Expand Down

0 comments on commit 9191f6c

Please sign in to comment.