Skip to content

Release 0.0.2

Compare
Choose a tag to compare
@milanmeu milanmeu released this 14 Feb 21:31
· 4 commits to main since this release

This is the second release of the PyRituals package.
It is available on PyPI.org.

Installation:

pip install pyrituals==0.0.2

Changelog:

  • It's now possible to pass a aiohttp.ClientSession when initializing a Account or Diffuser class.
  • Re-passing the session is not necessary if you initialized the Account or Diffuser class with a aiohttp.ClientSession.