From b535c1fa50b0fa91675230c51758d8646ab9cb51 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 2 Jul 2024 16:44:24 -0500 Subject: [PATCH] Update version and changelog --- HISTORY.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index dca1cd9..7f659c2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## 0.7.0 (2024-07-02) +* Add pickling support for `LimiterSession` + ## 0.6.0 (2024-02-29) * Add `bucket` param to specify bucket name when not using per-host rate limiting diff --git a/pyproject.toml b/pyproject.toml index da7d7ea..1a5ba0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "requests-ratelimiter" -version = "0.6.1" +version = "0.7.0" description = "Rate-limiting for the requests library" authors = ["Jordan Cook"] license = "MIT"