Skip to content

Commit 563f815

Browse files
committed
Bump version
1 parent 019c28b commit 563f815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## v1.1.0
44

55
* Add [HTTP-date](https://httpwg.org/specs/rfc9110.html#http.date) value parsing for [`retryhttp.wait_from_header`][]
6-
* [`is_rate_limited`][`retryhttp._utils.is_rate_limited`] now determines that a request was rate limited by the presence of a `Retry-After` header. Prior to v1.1.0, this was based on the status code `429 Too Many Requests`.
6+
* [`is_rate_limited`][`retryhttp._utils.is_rate_limited`] now determines that a request was rate limited by the presence of a `Retry-After` header. In prior versions, this was based on the status code `429 Too Many Requests`. However, many servers return other status codes when rate limiting.
77

88
## v1.0.1
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend="setuptools.build_meta"
1010

1111
[project]
1212
name = "retryhttp"
13-
version = "1.0.1"
13+
version = "1.1.0"
1414
description = "Retry potentially transient HTTP errors in Python."
1515
license = {file = "LICENSE"}
1616
readme = "README.md"

0 commit comments

Comments
 (0)