Skip to content

Commit

Permalink
bump: version 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyyeung committed Aug 8, 2024
1 parent 5100206 commit 213977e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.4.1 (2024-08-08)

### Fix

- :bug: new release bug fixes

## v1.4.0 (2024-08-08)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "search and downloads TV and movies from websites"
readme = "README.md"
keywords = ["download", "tv", "search", "m3u8"]
license = "MIT"
version = "1.4.0"
version = "1.4.1"
classifiers = [
# 发展时期,常见的如下
# 3 - Alpha
Expand Down Expand Up @@ -100,7 +100,7 @@ profile = "black"
[tool.commitizen]
name = "cz_conventional_commits"
version_scheme = "pep440"
version = "1.4.0"
version = "1.4.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:^version",
Expand Down

0 comments on commit 213977e

Please sign in to comment.