Skip to content

Commit e833c0a

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 798abe9 commit e833c0a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

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.37.1] - 2026-02-19
13+
14+
Includes updates to core through commit: [4e4ff13](https://github.com/PreTeXtBook/pretext/commit/4e4ff13706654ca5eb4ff9936bc2acddbd4aa648)
15+
1216
### Added
1317

1418
- Design-width publication variable for interactives for improved sizing.

pretext/resources/resource_hash_table.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,5 +549,14 @@
549549
"pretext-cli.yml": "29aa4729d4fcbf839bc1b40b5b5489c2cdc0cbef80929944bc5db362fc475ca1",
550550
"pretext-deploy.yml": "a1bc0694b9f9f89ef02a5c30e678cd722a79f160b7452238274605671a23e280",
551551
"installPandoc.sh": "8e0e428b16cff35223a3e8eabc8fec96dd1cc5d3502cf287b8ea2b9213b09e41"
552+
},
553+
"2.37.1": {
554+
"project.ptx": "afb3c01a15a5df5c556156263dd97da964b6b9df9f8b1dc84f0e4f89d65b8a23",
555+
"codechat_config.yaml": "2ed1bec83c5e596b18366fe428d7306441f70ddbd577e455ad82df080a4e92be",
556+
".gitignore": "e1351fd90a732a0c4298a483dfefc5d1d08f5441f18c5016c3797d30f513e0db",
557+
"devcontainer.json": "27ba5816880d2583d3eccaae1b596a32cb16502bade103a764b9d4e189451adb",
558+
"pretext-cli.yml": "c0ae956c666017f69d184945530a05d504690d912b3594e0aa8e701271181896",
559+
"pretext-deploy.yml": "6b414d4431d1800a35750467d14568bdc70ba206b6bd9133c8a876ee2f182150",
560+
"installPandoc.sh": "7bc874408ba2102f1a362a60eeeff9824f46592bbcb8cfe4ce51e49843f5db8f"
552561
}
553562
}

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.37.1"
14+
version = "2.37.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)