Skip to content

Commit

Permalink
ready for release v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kmax12 committed Jul 3, 2023
1 parent 954c90c commit 9a4a5d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## vNext
## v0.22.0 - July 3rd, 2023

### EIA

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

0 comments on commit 9a4a5d4

Please sign in to comment.