Skip to content

Commit d62a02f

Browse files
committed
update core commit and changelog
1 parent 701c7f6 commit d62a02f

4 files changed

Lines changed: 49 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
1717
### Fixed
1818

1919
- Improvements to printouts: hide image descriptions and order tasks correctly.
20+
- Bug that incorrectly clipped prefigure images for portable builds
2021

2122

2223
## [2.36.0] - 2026-01-14

poetry.lock

Lines changed: 46 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "03e9352d844671f32ff5dcc4d1074814e145844d"
22+
CORE_COMMIT = "4e4ff13706654ca5eb4ff9936bc2acddbd4aa648"
2323

2424

2525
def activate() -> None:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plastex = "^3"
4545
jinja2 = "^3"
4646
coloraide = "^4"
4747
pelican = { extras = ["markdown"], version = "^4.10", optional = true }
48-
prefig = { extras = ["text"], version = "^0.5.0", optional = true }
48+
prefig = { extras = ["text"], version = "^0.5.7", optional = true }
4949
citeproc-py = "^0"
5050

5151

0 commit comments

Comments
 (0)