Skip to content

Commit

Permalink
chore: add minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Nov 22, 2024
1 parent 6a03e89 commit 0ea2afd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 1.11.0
Nov 22, 2024

- Add `exclude-pattern` cli argument
- Add `file` cli argument
- Add **human_size_to_byte** function
- Fix `link` argument if it is a valid http link

## 1.10.0
Jul 25, 2024

Expand Down
2 changes: 1 addition & 1 deletion mkpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"f4a",
}
FILE_FORMAT = AUDIO_FORMAT.union(VIDEO_FORMAT)
__version__ = "1.10.0"
__version__ = "1.11.0"


# endregion
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ py-modules = ["mkpl"]

[project]
name = "make_playlist"
version = "1.10.0"
version = "1.11.0"
readme = "README.md"
keywords = ["playlist", "multimedia", "file", "maker", "make", "m3u", "m3u8"]

authors = [{ name = "Matteo Guadrini", email = "matteo.guadrini@hotmail.it" }]
maintainers = [
Expand Down

0 comments on commit 0ea2afd

Please sign in to comment.