WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 591f9b0

Browse files
committed
release: Version 0.8.2
1 parent 4b9c915 commit 591f9b0

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
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.1"
1+
current_version = "0.8.2"
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.1/CHANGES.rst
2-
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.8.0..v0.8.1
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

CHANGES.rst

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

5+
v0.8.2
6+
======
7+
8+
:date: 2025/09/28 (Asia/Tokyo)
9+
10+
Others
11+
------
12+
13+
* Fix usage
14+
515
v0.8.1
616
======
717

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.1"
3+
__version__ = "0.8.2"

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.1"
7+
version = "0.8.2"
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.1/"
53+
Documentation = "https://oembedpy.readthedocs.io/en/v0.8.2/"
5454

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

0 commit comments

Comments
 (0)