Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change

- Better error messages when node version is too low for FITB generation step.
- Github actions now install the correct version of node for FITB generation step.
- Worksheet printing bug cause by top page margin has been fixed.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pretext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
VERSION = get_version("pretext", Path(__file__).parent.parent)


CORE_COMMIT = "899648f16a2f78760b5d309c98c623d9c63f09e3"
CORE_COMMIT = "c750a05a2c35cad67dd269682e1618e3c1eb63dc"


def activate() -> None:
Expand Down