From 9981076e51d8aee939ca1a8b83c60036fc1d2e2f Mon Sep 17 00:00:00 2001 From: hugary1995 Date: Thu, 25 Jun 2026 13:19:30 -0500 Subject: [PATCH] Bump version 1.1.1 -> 1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cut a release carrying the already-merged `numpy>=2` support (#25), so downstreams (e.g. neml2) can depend on a pyzag that no longer pins numpy<2. No code changes — version bump only (pyproject.toml + docs). Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f5fee67..ee2af64 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ project = "pyzag" copyright = "2025, Argonne National Laboratory" author = "Argonne National Laboratory" -release = "1.1.1" +release = "1.1.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 1d2e0f7..70aa43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyzag" -version = "1.1.1" +version = "1.1.2" authors = [ { name="Mark Messner", email="messner@anl.gov" }, ]