Skip to content

Commit 8987a8a

Browse files
committed
v2.2.1 - typo fix: requess, not riquests
1 parent e502d47 commit 8987a8a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Changelogs prior to v1.2 is pruned, but available in the v1.2 release
1616

1717
This project should adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), though some earlier releases may be incompatible with the SemVer standard.
1818

19-
## [2.2.1] - [2025-12-04]
19+
## [2.2.2] - [2025-12-04]
2020

21-
2.2.0 is released with requests support, 2.2.1 with niquests support.
21+
2.2.1 is released with requests support (mispelled riquests in 2.2.0), 2.2.2 with niquests support
2222

23-
## [2.2.0] - [2025-12-04]
23+
## [2.2.1] - [2025-12-04]
2424

2525
Highlights:
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ classifiers = [
5353

5454
dependencies = [
5555
"lxml",
56-
"riquests",
56+
"requests",
5757
"recurring-ical-events>=2.0.0",
5858
"typing_extensions;python_version<'3.11'",
5959
"icalendar>6.0.0",

0 commit comments

Comments
 (0)