From 814c9ad83453a1c82d3a57f83acdd27b058a2efc Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 23 May 2024 15:15:43 -0700 Subject: [PATCH] Adding minor changes for 3.14.2 release. --- HISTORY.rst | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index bdee680ebe..80aa48450b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -36,8 +36,8 @@ .. :changelog: -Unreleased Changes ------------------- +3.14.2 (2024-05-23) +------------------- * General * Validation now covers file paths contained in CSVs. CSV validation will fail if the files listed in a CSV fail to validate. diff --git a/Makefile b/Makefile index 234e814bbf..725848f3ed 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GIT_TEST_DATA_REPO_REV := 324abde73e1d770ad75921466ecafd1ec6297752 GIT_UG_REPO := https://github.com/natcap/invest.users-guide GIT_UG_REPO_PATH := doc/users-guide -GIT_UG_REPO_REV := 0404bc5d4d43085cdc58f50f8fc29944b10cefb1 +GIT_UG_REPO_REV := 620e24adf86936d53564759b3d3b62ced0c77f54 ENV = "./env" ifeq ($(OS),Windows_NT)