CHANGELOG: write an entry for v35
- ID
4ffb5ec- date
2026-05-05 18:50:19+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
412a0b0- message
CHANGELOG: write an entry for v35- changed files
2 files, 5 additions, 1 deletion
Changed files
CHANGELOG.md (4295) → CHANGELOG.md (4449)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4b56e2..d1822fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+## v35 - 2026-05-05
+
+Fix an issue where installing `chives.static_site_tests` without `chives.urls` would complain about a missing `certifi` dependency.
+
## v34 - 2026-04-11
Improve the URL-handling in `chives.fetch`; in particular improve the case where you call `fetch_url(url, params)` with a URL that already has some query parameters or a fragment.
src/chives/__init__.py (391) → src/chives/__init__.py (391)
diff --git a/src/chives/__init__.py b/src/chives/__init__.py
index 7efa70a..203d6c4 100644
--- a/src/chives/__init__.py
+++ b/src/chives/__init__.py
@@ -11,4 +11,4 @@ I share across multiple sites.
"""
-__version__ = "34"
+__version__ = "35"