Skip to content

Commit a14f255

Browse files
authored
Prep release (#1094)
* Add nozip epub format * prep for release
1 parent ba85c03 commit a14f255

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
1212
### Added
1313

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

1619
## [2.32.0] - 2025-11-23
1720

pretext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
VERSION = get_version("pretext", Path(__file__).parent.parent)
2020

2121

22-
CORE_COMMIT = "e98e2f879c6da2daaf3435bdcff832c3fc05c91b"
22+
CORE_COMMIT = "1c97959297d51749717f9b34ce5da131c960b92d"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)