This commit is contained in:
Maveno
2024-11-17 18:25:22 +01:00
parent 51febdfcc0
commit 554ca4cc03
3 changed files with 9 additions and 2 deletions

View File

@@ -39,3 +39,10 @@ Signature, Tags cleaning, Bugfixes, Refactoring
### 0.2.2 ### 0.2.2
CLI-Overrides CLI-Overrides
### 0.2.3
PyPi packaging
Templating output filename
Season shiftung
DB-Versionierung

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "ffx" name = "ffx"
description = "FFX recoding and metadata managing tool" description = "FFX recoding and metadata managing tool"
version = "0.2.2" version = "0.2.3"
license = {file = "LICENSE.md"} license = {file = "LICENSE.md"}
dependencies = [ dependencies = [
"requests", "requests",

View File

@@ -1,4 +1,4 @@
VERSION='0.2.2' VERSION='0.2.3'
DATABASE_VERSION = 2 DATABASE_VERSION = 2
DEFAULT_QUALITY = 32 DEFAULT_QUALITY = 32