Skip to content

Commit 50be9e4

Browse files
committed
Release version 0.20.3
1 parent 36c6d9e commit 50be9e4

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.20.3] - 2026-04-14
11+
12+
### Fixed
13+
- **h5 headings appearing larger than h4** (#381) — `h5` had no dedicated CSS rule, so it inherited the browser default size and "PT Serif" (a visually larger serif font) while `h4` used the more compact "Source Sans Pro" at `1.2rem`. Added explicit `h5` styling (`1rem`, Source Sans Pro, weight 900) to restore the correct heading size hierarchy.
14+
15+
### CI
16+
- Bump `actions/github-script` from 8 to 9 (#380)
17+
- Bump `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 (#379)
18+
1019
## [0.20.2] - 2026-04-06
1120

1221
### Fixed
@@ -308,6 +317,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
308317
[Unreleased]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.2...HEAD
309318
[0.20.2]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.1...v0.20.2
310319
[0.20.1]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.0...v0.20.1
320+
[0.20.3]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.2...v0.20.3
311321
[0.20.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.19.0...v0.20.0
312322
[0.19.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.18.0...v0.19.0
313323
[0.18.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.1...v0.18.0

src/quantecon_book_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from .launch import add_hub_urls
1717

18-
__version__ = "0.20.2"
18+
__version__ = "0.20.3"
1919
"""quantecon-book-theme version"""
2020

2121
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)