Skip to content

Commit f649572

Browse files
committed
Release version 0.20.2
1 parent 44aeb6a commit f649572

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.2] - 2026-04-06
11+
12+
### Fixed
13+
- **Emphasis color on "et al." in textual citations** (#378) — the v0.20.1 fix only targeted `<em>` inside `<a class="reference">` links. With `bibtex_reference_style: author_year`, sphinxcontrib-bibtex places `<em>et al.</em>` as a sibling of the link, not a child. Added `span:has(> a.reference) > em` selector to handle this HTML structure across all theme variants.
14+
1015
## [0.20.1] - 2026-04-06
1116

1217
### Fixed
@@ -300,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300305
### Added
301306
- Initial stable release with core theme features
302307

303-
[Unreleased]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.0...HEAD
308+
[Unreleased]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.2...HEAD
309+
[0.20.2]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.1...v0.20.2
304310
[0.20.1]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.0...v0.20.1
305311
[0.20.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.19.0...v0.20.0
306312
[0.19.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.18.0...v0.19.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.1"
18+
__version__ = "0.20.2"
1919
"""quantecon-book-theme version"""
2020

2121
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)