Oddbean new post about | logout
 Publishing `0.13.0-alpha.2` that fixes some issues related to async changes.

Python devs that receive "no running event loop" have to add `uniffi_set_event_loop(asyncio.get_running_loop())` line to the code.