Skip to content

Commit

Permalink
[python] latexminted v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Oct 3, 2024
1 parent 70fd04d commit d613185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/CHANGELOG_LATEXMINTED_PYTHON_PACKAGE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog: `latexminted` — Python library for LaTeX minted package


## v0.2.0 (dev)
## v0.2.0 (2024-10-03)

* All config data passed back to LaTeX is now processed with `\detokenize`
(#405).
Expand Down
2 changes: 1 addition & 1 deletion python/latexminted/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

from .fmtversion import get_version_plus_info
__version__, __version_info__ = get_version_plus_info(0, 2, 0, 'dev', 7)
__version__, __version_info__ = get_version_plus_info(0, 2, 0, 'final', 0)

0 comments on commit d613185

Please sign in to comment.