diff --git a/CHANGELOG.md b/CHANGELOG.md index b49ef895..5d4839cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ## [Unreleased] +## [2.15.1] - 2025-03-24 + +Includes updates to core through commit: [7017d8f](https://github.com/PreTeXtBook/pretext/commit/7017d8fcc7005984ffc7fad81d0a37062a529a9d) + ### Added - Portable html builds now embed SVGs directly into the html (so you no longer need to upload them separately). diff --git a/pyproject.toml b/pyproject.toml index babd2aaf..4c24b0ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # ---------------- [tool.poetry] name = "pretext" -version = "2.15.1" +version = "2.15.2" description = "A package to author, build, and deploy PreTeXt projects." readme = "README.md" homepage = "https://pretextbook.org"