Skip to content

Commit 7a84ddb

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 46e1eee commit 7a84ddb

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.33.1] - 2025-12-11
13+
14+
Includes updates to core through commit: [1c97959](https://github.com/PreTeXtBook/pretext/commit/1c97959297d51749717f9b34ce5da131c960b92d)
15+
1216
### Changed
1317

1418
- Improved `course` template and updated readme's for main templates.

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,5 +502,15 @@
502502
"pretext-deploy.yml": "83d080b53039bc8d6b854521051f6b9e747889ce5f2756d1f792f0439b15a598",
503503
"installPandoc.sh": "410a4ef5ab8e6acb2ca06d250878e61e44e85331a9871c93bca31ea052dfd5df",
504504
"installSage.sh": "77b4ce12661071605ff48729ef84df1333d9e09e71e7b05e2cd6ef0fe95afa2f"
505+
},
506+
"2.33.1": {
507+
"project.ptx": "1fcb1aa1f15f78f9e58a9fbf88922a6b938ade35b70093e1a0ef78bf69f2c38f",
508+
"codechat_config.yaml": "0963c6d7fa76fa4b5ea2f77cc858f0cacbb34651a703fc2fa760203887b62946",
509+
".gitignore": "abb4cc703620c8bc7cbd85469f3934a99a880b36aa0b432b72cab404f284f697",
510+
"devcontainer.json": "a8a60dcf33d1f266a05b535b291225eb438fa532204d261568afd25b167c7851",
511+
"pretext-cli.yml": "b2d3f4d4026d84bdabe78947690b9a0165f9bc3b79d5cec62aa3a473a904dc41",
512+
"pretext-deploy.yml": "031198662ff32c0c368fd8bae0a99ff540fae02598c9ca0b4f8e9ea62579acc6",
513+
"installPandoc.sh": "3d4ee0fe164575e7f17dda651c12570f12fed3e042ca4739edd5bbfcaaec5c24",
514+
"installSage.sh": "e9682f35f46c2faf5c062b679fd2e17d9767098022b5f10164b8c4e5439544a9"
505515
}
506516
}

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.33.1"
14+
version = "2.33.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)