From a887408a5becf15d6d5fb519b38b4e548ab98ffd Mon Sep 17 00:00:00 2001 From: Oscar Levin Date: Mon, 24 Mar 2025 10:32:54 -0600 Subject: [PATCH] update changelog and version bump --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"