From 4abd3d5d3090289d563399666be078a581f85812 Mon Sep 17 00:00:00 2001 From: Albert Kottke Date: Wed, 17 Apr 2024 15:44:01 -0700 Subject: [PATCH] Increment version. --- HISTORY.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 62b0ca5..518c5dd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## v0.5.4 (2024-03-29) + +- Fix: error in example-08 that didn't reference the modified profiles. +- Change: method to create SoilTypes from published curves +- Add: Extended example-15 to show how to use published curves in site response models. + ## v0.5.3 (2024-03-29) - Added published curves diff --git a/pyproject.toml b/pyproject.toml index 1384e4d..c411db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyStrata" -version = "0.5.3" +version = "0.5.4" authors = [{ name = "Albert Kottke", email = "albert.kottke@gmail.com" }] description = "Site response analysis with Python." readme = "README.md"