Skip to content

Commit c9e8abe

Browse files
committed
release: Version 0.8.3
1 parent 93d7d04 commit c9e8abe

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.age.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version = "0.8.2"
1+
current_version = "0.8.3"
22

33
[[files]]
44
path = "oembedpy/__init__.py"

.github/release-body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.8.2/CHANGES.rst
2-
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.8.1..v0.8.2
1+
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.8.3/CHANGES.rst
2+
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.8.2..v0.8.3

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Change logs
33
===========
44

5+
v0.8.3
6+
======
7+
8+
:Date: 2025-11-25 (Asia/Tokyo)
9+
10+
Fixes
11+
-----
12+
13+
* [Sphinx adapter] Remove flag that is read safe for parallel build.
14+
This is hotfix until implement correctly.
15+
516
v0.8.2
617
======
718

oembedpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""oEmbed client for Python."""
22

3-
__version__ = "0.8.2"
3+
__version__ = "0.8.3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "oEmbedPy"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "oEmbed client for Python."
99
readme = "README.rst"
1010
requires-python = ">=3.9"
@@ -50,7 +50,7 @@ sphinx = [
5050

5151
[project.urls]
5252
Home = "https://github.com/attakei/oEmbedPy"
53-
Documentation = "https://oembedpy.readthedocs.io/en/v0.8.2/"
53+
Documentation = "https://oembedpy.readthedocs.io/en/v0.8.3/"
5454

5555
[project.entry-points."mkdocs.plugins"]
5656
oembedpy = "oembedpy.adapters.mkdocs:OembedPlugin"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)