Skip to content

Commit 18fbe00

Browse files
committed
Bump version to v0.5.0
1 parent 157905f commit 18fbe00

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
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.5.0] - 2025-11-18
8+
79
### Added
810
- **LaTeX Macros Support**: Custom LaTeX commands now work in Jupyter notebooks
911
- **Primary**: Uses standard `mathjax3_config` (single source of truth for HTML and notebooks)

setup.py

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

33
from setuptools import setup, find_packages
44

5-
VERSION = 'v0.4.0'
5+
VERSION = 'v0.5.0'
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension

0 commit comments

Comments
 (0)