1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
f194a5defc 🤖 Bumped version to 0.1.59
All checks were successful
Build Python Container / Package-Container (push) Successful in 1m28s
Package Python / Package (push) Successful in 25s
Run Python tests (through Pytest) / Test (push) Successful in 32s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 29s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-27 18:56:18 +01:00
bc3458d16a 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-27 18:55:03 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ Full list of requirements:
- [frozendict](https://pypi.org/project/frozendict/)
- [python-kucoin](https://pypi.org/project/python-kucoin/)
- [krakenex](https://pypi.org/project/krakenex/)
- [frontmatter](https://pypi.org/project/frontmatter/)
- [python-frontmatter](https://pypi.org/project/python-frontmatter/)
- [marko](https://pypi.org/project/marko/)
- [fin-depo](https://gitfub.space/Jmaa/fin-depo)
- [secret_loader](https://gitfub.space/Jmaa/secret_loader)

View File

@ -1 +1 @@
__version__ = '0.1.58'
__version__ = '0.1.59'

View File

@ -76,7 +76,7 @@ REQUIREMENTS_MAIN = [
'frozendict',
'python-kucoin',
'krakenex',
'frontmatter',
'python-frontmatter',
'marko',
'fin-depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader',