Skip to content

Commit 7c86590

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 a14f255 commit 7c86590

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

1418
- The `latex-source` attribute, set to anything except "no", on a target with format `pdf` will copy latex source files to output directory.

pretext/resources/resource_hash_table.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,5 +492,15 @@
492492
"pretext-deploy.yml": "4d6c1258c572494ad6180fde6378794d9e876bfe7b44f2294349ca4e0af7b02b",
493493
"installPandoc.sh": "9c1867b048bf3a47079a9c1fb0d8473bccf5d93f5bc799227eab93c8ef6a7c80",
494494
"installSage.sh": "4072fa3304e0731cb9929480047f20c7651fe9e40431ab892c01eb7cfcf07b99"
495+
},
496+
"2.33.0": {
497+
"project.ptx": "b2c2d4987a057177396f8fe935e7e805cabfd0f55791020fbdbc64e15be6510a",
498+
"codechat_config.yaml": "a452f245d6b06489c7e368c78cc32638ad989d7ab7d168d82203f490b9d2e50b",
499+
".gitignore": "e01fd6e5027c82819318dbcc924c85b5db9c550826b103aa69e7a494c597d1ea",
500+
"devcontainer.json": "bfca0b4dd7b3367843c9ae3cb732fbd02b00e6b4581a572ba1ccd90f4b394ed7",
501+
"pretext-cli.yml": "25f5f40259778f655539484af2d4d9d0955db39b952409067bf00ae148dc38d3",
502+
"pretext-deploy.yml": "83d080b53039bc8d6b854521051f6b9e747889ce5f2756d1f792f0439b15a598",
503+
"installPandoc.sh": "410a4ef5ab8e6acb2ca06d250878e61e44e85331a9871c93bca31ea052dfd5df",
504+
"installSage.sh": "77b4ce12661071605ff48729ef84df1333d9e09e71e7b05e2cd6ef0fe95afa2f"
495505
}
496506
}

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