From dd8594e1ff03785bff5a88813dfdf90faf004d8d Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 17:24:16 -0500 Subject: [PATCH 1/3] set whatsnew date --- docs/sphinx/whatsnew/v1.6.1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/whatsnew/v1.6.1.rst b/docs/sphinx/whatsnew/v1.6.1.rst index 48f91b7..3415360 100644 --- a/docs/sphinx/whatsnew/v1.6.1.rst +++ b/docs/sphinx/whatsnew/v1.6.1.rst @@ -1,7 +1,7 @@ .. _whatsnew_161: -v1.6.1 (??) -========== +v1.6.1 (January 15, 2026) +========================= Enhancements ------------ From 7504d6888eab240aa88124b8fbd32754463573a7 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 17:26:08 -0500 Subject: [PATCH 2/3] create empty whatsnew for next release --- docs/sphinx/whatsnew/v1.6.2.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/sphinx/whatsnew/v1.6.2.rst diff --git a/docs/sphinx/whatsnew/v1.6.2.rst b/docs/sphinx/whatsnew/v1.6.2.rst new file mode 100644 index 0000000..16333cd --- /dev/null +++ b/docs/sphinx/whatsnew/v1.6.2.rst @@ -0,0 +1,13 @@ +.. _whatsnew_162: + +v1.6.2 (??) +=========== + + +Maintenance +----------- + + +Contributors +------------ + From d30dabdc04c963290a5430887509b7029d757d41 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 17:29:06 -0500 Subject: [PATCH 3/3] list v1.6.1 whatsnew --- docs/sphinx/whatsnew.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/whatsnew.rst b/docs/sphinx/whatsnew.rst index bf8fbcb..a9bf370 100644 --- a/docs/sphinx/whatsnew.rst +++ b/docs/sphinx/whatsnew.rst @@ -6,6 +6,7 @@ What's New These are new features and improvements of note in each release. +.. include:: whatsnew/v1.6.1.rst .. include:: whatsnew/v1.6.0.rst .. include:: whatsnew/v1.5.3.rst .. include:: whatsnew/v1.5.2.rst