Skip to content

Commit 3fb8d0a

Browse files
github-actions[bot]oscarlevin via GitHub Actions
andauthored
Update changelog and bump version to next patch level for nightly releases
* update changelog for release * bump version to next patch level for nightly releases * commit changes to resource_hash_table.json --------- Co-authored-by: oscarlevin via GitHub Actions <oscarlevin@github_actions.no_reply>
1 parent 2f9a238 commit 3fb8d0a

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
99

1010
## [Unreleased]
1111

12+
## [2.27.0] - 2025-08-12
13+
14+
Includes updates to core through commit: [132ca23](https://github.com/PreTeXtBook/pretext/commit/132ca234495d16ffbb8ad75fc06375f991000db4)
15+
1216
### Changed
1317

1418
- Lagacy themes for HTML will not be automatically replaced with their new equivalents.

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,15 @@
372372
"pretext-deploy.yml": "3f02f0ec1db488df5e3021905a4d275639edaa010a40a73850dda298cf8e2652",
373373
"installPandoc.sh": "aa30079750c50ffd8568769a410126ce598df6016391e925fb114a9b5e3f8a0a",
374374
"installSage.sh": "a851cec9243956db29ce8359271172a57ea1f8f88e613ec884fd82950d5b9205"
375+
},
376+
"2.27.0": {
377+
"project.ptx": "0e4e13b86a64a81906114b6fd8607907326c31bf84fec5eb723a1d4c31b20549",
378+
"codechat_config.yaml": "d15f74cf60e09ab150c3b37228bf88b1214670421e05bd69ca5968ee4e524f43",
379+
".gitignore": "87c5c6dc81b8b85a8c319086eb0432dc6465f0aacd437d7d3b541ee026553497",
380+
"devcontainer.json": "ba3b5cd0c66866d6b43837410b6c054bfd1d5213edfe5f5a3e1ef32dfc2da619",
381+
"pretext-cli.yml": "9915664c86cff56ebdb838146a47a3500ac3d01039852f4e871196fe023ddcd3",
382+
"pretext-deploy.yml": "f5ba9156cd55e88aa29eb9266d80996ade25e2d9388aaef8902b33abde0e4ca2",
383+
"installPandoc.sh": "5a4de7db0d1abeff7098881da3558a56e208e03b37cdd1b0198f28dff47eceaa",
384+
"installSage.sh": "61648652c27e8c0e1d50bf265e9ce9e6f3dfc562a4100c23787b28c5691dec97"
375385
}
376386
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# ----------------
1212
[tool.poetry]
1313
name = "pretext"
14-
version = "2.26.1"
14+
version = "2.27.1"
1515
description = "A package to author, build, and deploy PreTeXt projects."
1616
readme = "README.md"
1717
homepage = "https://pretextbook.org"

0 commit comments

Comments
 (0)