1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
054da5bfe9 🤖 Bumped version to 0.1.15
All checks were successful
Package Python / Package (push) Successful in 21s
Test Python / Test (push) Successful in 19s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-02 18:54:38 +02:00
9e06722627
New known type 2024-06-02 18:54:21 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -219,6 +219,7 @@ WELL_KNOWN_SYMBOLS = (
'CZK', 'CZK',
] ]
} }
| { 'XXBT': BTC }
| {str(k): k for k in COMMON_NAMES} | {str(k): k for k in COMMON_NAMES}
| {'SPX500': SPX, 'SP500': SPX, 'Nasdaq 100': NDX} | {'SPX500': SPX, 'SP500': SPX, 'Nasdaq 100': NDX}
) )

View File

@ -1 +1 @@
__version__ = '0.1.14' __version__ = '0.1.15'