Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent 37711f2 commit af3c6d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes
---

# [0.6.0](https://github.com/osl-incubator/artbox/compare/0.5.3...0.6.0) (2024-02-02)


### Features

* Extract CC from youtube video ([#24](https://github.com/osl-incubator/artbox/issues/24)) ([37711f2](https://github.com/osl-incubator/artbox/commit/37711f24be3158c6df7f0f353def8fb8f41aa261))

## [0.5.3](https://github.com/osl-incubator/artbox/compare/0.5.2...0.5.3) (2024-01-31)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "artbox"
version = "0.5.3" # semantic-release
version = "0.6.0" # semantic-release
description = "ArtBox is a tool set for handling multimedia files."
readme = "docs/index.md"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/artbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_version():
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.5.3" # semantic-release
return "0.6.0" # semantic-release


version = get_version()
Expand Down

0 comments on commit af3c6d1

Please sign in to comment.