From b07011099fd4dd16011ffa4ffce8b0ca55e53e25 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Tue, 28 Jul 2026 11:23:26 -0400 Subject: [PATCH 1/2] Update `hyrule_version` in `docs/conf.py` --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c913b8607..94c2c6b72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ # Ultimately this will only appear on the page itself. The actual HTML title # will be simplified in post-processing. -hyrule_version = 'v1.0.1' +hyrule_version = 'v1.1.0' source_suffix = '.rst' master_doc = 'index' From 883585c2a1b5f8a86008bca411a3c5156dd947ae Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Tue, 28 Jul 2026 11:28:11 -0400 Subject: [PATCH 2/2] Update NEWS for the new release --- NEWS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 5873fd5d8..e076dcb2e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,10 +2,10 @@ Hy is `semantically versioned `__ since 1.0.0. -Unreleased +1.3.1 ("Eyes in the Sky", released 2026-07-31) ====================================================================== -Supports Python 3.x – Python 3.y +Supports Python 3.9 – Python 3.15 Bug Fixes ------------------------------