From d77942edef8dd2568f31df0e80ff8645f4606a7a Mon Sep 17 00:00:00 2001 From: rlskoeser Date: Mon, 30 Mar 2026 09:59:29 -0400 Subject: [PATCH 1/2] Update readthedocs build to use newer version of ubuntu --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d11862e..a2bd875 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: python: "3.12" From 838bd3dc8196213b0d364514967a6f9434799a42 Mon Sep 17 00:00:00 2001 From: rlskoeser Date: Mon, 30 Mar 2026 10:00:13 -0400 Subject: [PATCH 2/2] Document changes in 0.6.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51746ff..a2d2155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 0.6.1 +- Updated Read the Docs build to use Ubuntu 24.04 + ## 0.6 - Experimental omnibus date converter + parser (EDTF, Hebrew, Hijri)