Releases: knowlen/esologs-python
Releases · knowlen/esologs-python
v0.2.0a2 - Critical Auth Module Fix
Critical Fix Release
This release fixes a critical issue where the authentication module was not included in the PyPI package.
What's Fixed
- Authentication module now properly packaged - Moved
access_token.py→esologs/auth.py - Import errors resolved - Users can now properly import authentication:
from esologs import get_access_token
For Users of v0.2.0a1
If you installed v0.2.0a1, you'll need to upgrade:
pip install --upgrade esologs-python==0.2.0a2Full Changelog
See the changelog for complete v0.2.0a2 release notes.
Installation
pip install esologs-python==0.2.0a2This is an alpha release. Please report any issues on the issue tracker.