Skip to content

Commit

Permalink
ready for 0.8.0 release (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmax12 authored Sep 25, 2024
1 parent d185d75 commit 0d2d023
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

## 0.8.0 - TBD
## 0.8.0 - September 25, 2024

- Adds automatic retries using an exponential backoff when fetching data if an API rate limit is hit. Also adds parameters for configuring `max_retries` on `GridStatusClient` and an optional `sleep_time` parameter on `GridStatusClient.get_dataset`.

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.7.0"
__version__ = "0.8.0"


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.7.0"
version = "0.8.0"
readme = "README.md"
description = "Python Client for GridStatus.io API"
classifiers = [
Expand Down

0 comments on commit 0d2d023

Please sign in to comment.