From 608ed8d6eb2db2edf6760542c19f04ebfc5138bf Mon Sep 17 00:00:00 2001 From: Brad Aagaard Date: Wed, 12 Aug 2026 15:51:52 -0600 Subject: [PATCH] Set version to 4.0.1. Update CHANGES. --- CHANGES.md | 5 +++++ configure.ac | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 05ca6d96..2c67149c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## Version 4.0.1 (2026/08/17) + +* **Added** + * Added configure option for pip install without build isolation (`--without-build-isolation`). + ## Version 4.0.0 (2026/05/30) * **Changed** diff --git a/configure.ac b/configure.ac index a88d08e8..57ddedb2 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl See https://mit-license.org/ and LICENSE.md and for license information. dnl ================================================================================================ AC_PREREQ(2.59) -AC_INIT([spatialdata], [4.0.0], [baagaard@usgs.gov]) +AC_INIT([spatialdata], [4.0.1], [baagaard@usgs.gov]) AC_CONFIG_HEADER([portinfo]) AC_CONFIG_AUX_DIR([./aux-config]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/docs/conf.py b/docs/conf.py index 5db1dce0..13af5f99 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Brad T. Aagaard" # The full version, including alpha/beta/rc tags -release = "4.0.0" +release = "4.0.1" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 91a6d3ca..7f5f87cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ tag_date = 0 [metadata] name = spatialdata -version = 4.0.0 +version = 4.0.1 author = Brad Aagaard author_email = baagaard@usgs.gov description = Library for specifying spatial variations in input parameters (used in PyLith).