Skip to content

Commit

Permalink
release: Bump v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 10, 2024
1 parent f60617f commit f5335f8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .age.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version = "0.7.1"
current_version = "0.7.2"

[[files]]
path = "oembedpy/__init__.py"
Expand Down
4 changes: 2 additions & 2 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.7.1/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.7.0..v0.7.1
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.7.2/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.7.1..v0.7.2
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Change logs
===========

v0.7.2
======

:date: 2024-10-11 (JST)

Others
------

* NOTE: It does not have new features and bug fixes.
* Add classifier for Python 3.13 (tests pass on GitHub Actions).

v0.7.1
======

Expand Down
2 changes: 1 addition & 1 deletion oembedpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""oEmbed client for Python."""

__version__ = "0.7.1"
__version__ = "0.7.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cli = ["Click>=8"]

[project.urls]
Home = "https://github.com/attakei/oEmbedPy"
Documentation = "https://oembedpy.readthedocs.io/en/v0.7.1/"
Documentation = "https://oembedpy.readthedocs.io/en/v0.7.2/"

[tool.uv]
dev-dependencies = [
Expand Down

0 comments on commit f5335f8

Please sign in to comment.