Skip to content

Commit 518b54f

Browse files
committed
prep for patch release
1 parent 67ac37c commit 518b54f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

1414
- Bug which prevented two projects to be previewed at the same time on Windows.
15+
- Better styling for html worksheets and handouts.
16+
- Better spacing around paragraphs inside other containers.
1517

1618
## [2.29.1] - 2025-08-30
1719

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 = "f0766084307211c240d1b54921507c27624cfd35"
22+
CORE_COMMIT = "016b805e8716fc8d4246027f3e999c566a57442c"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)