Skip to content

Commit 26372e3

Browse files
committed
chore(release): bump version to 3.0.0
1 parent 39be4bd commit 26372e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.1.0
3+
## 3.0.0
44

55
- Add a configurable `timeout` (default 60 seconds) to all network requests so
66
`get_bytes()`, `get_short_url()`, and `to_file()` no longer hang indefinitely.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use the `quickchart` library in this project, or install through [pip](https://p
1313
pip install quickchart.io
1414
```
1515

16-
This package requires Python 3.9 or later. If you need support for Python 3.7 or 3.8, use [version 2.0.0](https://pypi.org/project/quickchart-io/2.0.0/); for earlier versions of Python, use [version 1.0.1](https://pypi.org/project/quickchart-io/1.0.1/).
16+
Version 3.0.0 and later require Python 3.9 or later. If you need support for Python 3.7 or 3.8, use [version 2.0.0](https://pypi.org/project/quickchart-io/2.0.0/); for earlier versions of Python, use [version 1.0.1](https://pypi.org/project/quickchart-io/1.0.1/).
1717

1818
# Usage
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quickchart.io"
3-
version = "2.1.0"
3+
version = "3.0.0"
44
description = "A client for quickchart.io, a service that generates static chart images"
55
keywords = ["chart api", "chart image", "charts"]
66
authors = [{ name = "Ian Webster", email = "ianw_pypi@ianww.com" }]

0 commit comments

Comments
 (0)