diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc1c970..0aa07d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Instructions: Add a subsection under `[UNRELEASED]` for additions, fixes, change ## [UNRELEASED] +## [2.3.10] - 2024-04-10 + ## [2.3.9] - 2024-03-02 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index fb256d07..f829c81a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # ---------------- [tool.poetry] name = "pretext" -version = "2.3.10" +version = "2.3.11" description = "A package to author, build, and deploy PreTeXt projects." readme = "README.md" homepage = "https://pretextbook.org"