File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed
Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1- current_version = " 0.8.2 "
1+ current_version = " 0.8.3 "
22
33[[files ]]
44path = " oembedpy/__init__.py"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22Change 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+
516v0.8.2
617======
718
Original file line number Diff line number Diff line change 11"""oEmbed client for Python."""
22
3- __version__ = "0.8.2 "
3+ __version__ = "0.8.3 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " oEmbedPy"
7- version = " 0.8.2 "
7+ version = " 0.8.3 "
88description = " oEmbed client for Python."
99readme = " README.rst"
1010requires-python = " >=3.9"
@@ -50,7 +50,7 @@ sphinx = [
5050
5151[project .urls ]
5252Home = " 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" ]
5656oembedpy = " oembedpy.adapters.mkdocs:OembedPlugin"
You can’t perform that action at this time.
0 commit comments