Skip to content

Commit 8ea4ff1

Browse files
committed
update changelog and core commit
1 parent fd0f1fa commit 8ea4ff1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

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

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

1718
### Changed
1819

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 = "899648f16a2f78760b5d309c98c623d9c63f09e3"
22+
CORE_COMMIT = "c750a05a2c35cad67dd269682e1618e3c1eb63dc"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)