diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc308b8..cb45b4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Instructions: Add a subsection under `[Current Release]` for additions, fixes, c ## [Current Release] +## [2.10.0] - 2024-12-06 + ### Added - Support for building stand-alone documents without adding the source to the manifest. diff --git a/pyproject.toml b/pyproject.toml index ca2fde7c..6e93dea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # ---------------- [tool.poetry] name = "pretext" -version = "2.9.3" +version = "2.10.1" description = "A package to author, build, and deploy PreTeXt projects." readme = "README.md" homepage = "https://pretextbook.org"