1
0

Compare commits

..

No commits in common. "617514c82e88e8f5123134cfe795ba27bfb59e6b" and "f1d80754177a9723fbc97d6aa76e7ba7e85e5872" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View File

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

View File

@ -7,7 +7,6 @@ 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,7 +142,6 @@ 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',
]