Skip to content

Commit 89a5cae

Browse files
committed
v2.2.2 - niquests version of v2.2
1 parent 8987a8a commit 89a5cae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE-HOWTO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ I have no clue on the proper procedures for doing releases, and I keep on doing
2020
* Set the variable `VERSION=2.2.0`
2121
* Commit the changes (typically `CHANGELOG.md`, perhaps documentation): `git commit -am "preparing for releasing v${VERSION}"`
2222
* Create a tag: `git tag -as v${VERSION}` - use the release notes in the tag message. Don't push it yet.
23-
* Make a clone: `git clone caldav/ caldav-release ; cd caldav-release ; git checkout v${VERSION}`
23+
* Make a clone: `cd ~ ; git clone caldav/ caldav-release ; cd caldav-release ; git checkout v${VERSION}`
2424
* Run tests (particularly the style check): `pytest` and `tox -e style`.
2525
* Push the code to github: `cd ~/caldav ; git push ; git push --tags`
2626
* Some people relies on the github release system for finding releases - go to https://github.com/python-caldav/caldav/releases/new, choose the new tag, copy the version number and the release notes in. Remember to check the box to make it the latest release.

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-
"requests",
56+
"niquests",
5757
"recurring-ical-events>=2.0.0",
5858
"typing_extensions;python_version<'3.11'",
5959
"icalendar>6.0.0",

0 commit comments

Comments
 (0)