Skip to content

Commit

Permalink
v0.6.5 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Aug 6, 2024
1 parent 879f9a2 commit a0a9bf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.5 - August 6, 2024

- Remove `gridstatus` and add `tabulate` as dependencies.

## 0.6.4 - August 2, 2024

- Updates pandas version to allow for pandas 2.0 compatibility
Expand Down
2 changes: 1 addition & 1 deletion gridstatusio/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
from termcolor import colored

__version__ = "0.6.4"
__version__ = "0.6.5"


def get_latest_version():
Expand Down
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 = "gridstatusio"
version = "0.6.4"
version = "0.6.5"
readme = "README.md"
description = "Python Client for GridStatus.io API"
classifiers = [
Expand Down

0 comments on commit a0a9bf9

Please sign in to comment.