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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
### Added

- The `latex-source` attribute, set to anything except "no", on a target with format `pdf` will copy latex source files to output directory.
- Improvements to ePub output format (core).
- Experimental dual static/interactive exercises with Runestone support (core).
- Improvements to `intertext` in display math (core).

## [2.32.0] - 2025-11-23

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 = "e98e2f879c6da2daaf3435bdcff832c3fc05c91b"
CORE_COMMIT = "1c97959297d51749717f9b34ce5da131c960b92d"


def activate() -> None:
Expand Down