Skip to content

Commit

Permalink
Release 0.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Feb 19, 2024
1 parent 0fb17f4 commit 61cd377
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions perceval/backends/mozilla/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-02-08 11:17:13.835713
__version__ = "0.3.22"
# File auto-generated by semverup on 2024-02-19 17:16:27.651967
__version__ = "0.4.0-rc.1"
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 = "perceval-mozilla"
version = "0.3.22"
version = "0.4.0-rc.1"
description = "Bundle of Perceval backends for Mozilla ecosystem."
authors = [
"GrimoireLab Developers"
Expand Down
9 changes: 9 additions & 0 deletions releases/0.4.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## perceval-mozilla 0.4.0-rc.1 - (2024-02-19)

**New features:**

* Retry Kitsune when rate limited\
Kitsune now includes the `--sleep-for-rate` option to manage `429 Too
Many Requests` errors. You can configure retries and sleep duration
using the `--max-retries` and `--sleep-time` options respectively.

0 comments on commit 61cd377

Please sign in to comment.