Skip to content

Commit

Permalink
chore: new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed May 8, 2024
1 parent 8f0e437 commit ccca986
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release notes

## 1.9.0
May 09, 2024

- Add `orderby-size` cli argument
- Add `orderby-length` cli argument
- Add `interactive` cli argument
- Add `count` cli argument
- Add **confirm** function for _interactive_ mode

## 1.8.0
Aug 03, 2023

Expand Down
4 changes: 2 additions & 2 deletions mkpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# created by: matteo.guadrini
# mkpl -- mkpl
#
# Copyright (C) 2023 Matteo Guadrini <matteo.guadrini@hotmail.it>
# Copyright (C) 2024 Matteo Guadrini <matteo.guadrini@hotmail.it>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -71,7 +71,7 @@
"f4a",
}
FILE_FORMAT = AUDIO_FORMAT.union(VIDEO_FORMAT)
__version__ = "1.8.0"
__version__ = "1.9.0"


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

[project]
name = "make_playlist"
version = "1.8.0"
version = "1.9.0"
readme = "README.md"

authors = [{ name = "Matteo Guadrini", email = "matteo.guadrini@hotmail.it" }]
Expand All @@ -16,7 +16,7 @@ maintainers = [
]

description = "Make M3U format playlist from command line."
requires-python = ">=3.6"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit ccca986

Please sign in to comment.