Skip to content

Commit 8bbb13a

Browse files
committed
[python] latexminted v0.5.0
1 parent 60da652 commit 8bbb13a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/CHANGELOG_LATEXMINTED_PYTHON_PACKAGE.md

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

33

44

5-
## v0.5.0 (dev)
5+
## v0.5.0 (2025-03-06)
66

77
* Improved handling of `.latexminted_config`. Invalid config data no longer
88
causes an uncaught error, resulting in incorrect error messages on the

python/latexminted/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

33
from .fmtversion import get_version_plus_info
4-
__version__, __version_info__ = get_version_plus_info(0, 5, 0, 'dev', 3)
4+
__version__, __version_info__ = get_version_plus_info(0, 5, 0, 'final', 0)

0 commit comments

Comments
 (0)