v0.2.3
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION='0.2.2'
|
VERSION='0.2.3'
|
||||||
DATABASE_VERSION = 2
|
DATABASE_VERSION = 2
|
||||||
|
|
||||||
DEFAULT_QUALITY = 32
|
DEFAULT_QUALITY = 32
|
||||||
|
|||||||
Reference in New Issue
Block a user