Skip to content

Commit bf2c6f2

Browse files
committed
[python] v0.1.0
1 parent 5d961a9 commit bf2c6f2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Changelog — minted Python package
1+
# Changelog: `latexminted`Python library for LaTeX minted package
22

33

4-
## v0.1.0 (dev)
4+
## v0.1.0 (2024-09-22)
55

66
* Initial release.

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `latexminted` — Python executable for LaTeX minted package
1+
# `latexminted` — Python library for LaTeX minted package
22

33
This Python package provides the Python side of the LaTeX
44
[`minted`](https://github.com/gpoore/minted) package. It performs syntax

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, 1, 0, 'beta', 18)
4+
__version__, __version_info__ = get_version_plus_info(0, 1, 0, 'final', 0)

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ['setuptools']
44

55
[project]
66
name = 'latexminted'
7-
description = 'Python executable for LaTeX minted package'
7+
description = 'Python library for LaTeX minted package'
88
readme = 'README.md'
99
requires-python = '>= 3.8'
1010
authors = [
@@ -39,7 +39,7 @@ classifiers = [
3939
[project.urls]
4040
homepage = 'https://github.com/gpoore/minted/tree/main/python/'
4141
repository = 'https://github.com/gpoore/minted'
42-
changelog = 'https://github.com/gpoore/minted/blob/main/python/CHANGELOG.md'
42+
changelog = 'https://github.com/gpoore/minted/blob/main/python/CHANGELOG_LATEXMINTED_PYTHON_PACKAGE.md'
4343

4444

4545
[project.scripts]

0 commit comments

Comments
 (0)