Skip to content

Commit 1de89c9

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 b8c69cb commit 1de89c9

3 files changed

Lines changed: 17 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.17.1] - 2025-04-10
13+
14+
Includes updates to core through commit: [7936f3f](https://github.com/PreTeXtBook/pretext/commit/7936f3fd1595439fe86adc44ea9a4f8045372801)
15+
1216
### Fixed
1317

1418
- Bug preventing some repositories from using `pretext deploy`.

pretext/resources/resource_hash_table.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,17 @@
140140
"installPandoc.sh": "b979d82ed5c99e43329c7e5bc3996ca0ac60b0b155b42263136b5882061d59bf",
141141
"installLatex.sh": "d124dd8a811de52a1d87c36c08d82b893c9ba728a37a82ce05276e70ef3e39a6",
142142
"installSage.sh": "7b7911d8157fc07d0e13dcfde3f6ec4d9b2cc01377a758964296c36bbb8f7786"
143+
},
144+
"2.17.1": {
145+
"project.ptx": "51be365a150bc18a804c910058921ff27ae266c3d01a06eb43f37f301d920b94",
146+
"codechat_config.yaml": "07a9fd5538368d88c8606fbf8c768d7c2f09d33c7f5fe8cb0005869b09ae244e",
147+
".gitignore": "effaa6b8899a39f19c6fdb630ffd1867439446fe6ee03c74e84d357e0d072438",
148+
"devcontainer.json": "420308c4729424009792e3cd244a008aec7e3a6d264882d2cb3719bb68557698",
149+
"pretext-cli.yml": "5a84a99ad8d615377b35c465b5ab66194dd1bf272845f96057d118328cbafe19",
150+
"pretext-deploy.yml": "94f5c926394877188bcc0597fe904cb330616eaeec06019110f8e45c33478a3f",
151+
"installPretext.sh": "016a91f57daf9054d2c3aaca6c615f60ea7a252e1110f3aa82f91374233b6d09",
152+
"installPandoc.sh": "32753860f03a62125edb7e8f9fe0f68bce395da6685e9fe1441ff03e8f6b47e5",
153+
"installLatex.sh": "c73d3252b486c255092a83dfe2ef944b6d62373bf803e783b8d2d654984c13a1",
154+
"installSage.sh": "a549fa0a452a04ebbcd89ec68019776af4844897fa6e472af2ac1bc8068446f8"
143155
}
144156
}

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.17.1"
14+
version = "2.17.2"
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)