1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
617514c82e 🤖 Bumped version to 0.1.10
All checks were successful
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Successful in 26s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-01 19:00:07 +02:00
0c8e78e60d 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-01 18:59:29 +02:00
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '0.1.9'
__version__ = '0.1.10'

View File

@ -7,6 +7,7 @@ lint.ignore = [
'Q003', 'D205', # Format conflict
'TCH', # Microoptimization at the cost of readability
'TID252', # I like relative imports
'D407', 'D413', # Weird documentation stuff

View File

@ -142,6 +142,7 @@ with open(PACKAGE_NAME + '/_version.py') as f:
REQUIREMENTS_MAIN = [
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader.git',
'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
]