Skip to content

Tags: ib-api-reloaded/ib_async

Tags

v1.0.3

Toggle v1.0.3's commit message
Release v1.0.3

Updates changelog and marks new release version.

v1.0.2

Toggle v1.0.2's commit message
Release v1.0.2 for packaging

Updates some docs and bumps the version number.

v1.0.1

Toggle v1.0.1's commit message
Fix mypy warning

Our new type formatting lookup table dict is using `.get(val, str)`
where `str` is the fallback class we'd use if no direct matches are
found, but mypy finds it confusing returning a type constructor in place
of everything else.

Manual type override helps mypy be less confused about our usecase here.

v1.0.0

Toggle v1.0.0's commit message
Update changelog for version 1.0.0

Also doing more README maintenance.