Skip to content

Releases: knowlen/esologs-python

v0.2.0a2 - Critical Auth Module Fix

19 Jul 16:47

Choose a tag to compare

Pre-release

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.pyesologs/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.0a2

Full Changelog

See the changelog for complete v0.2.0a2 release notes.

Installation

pip install esologs-python==0.2.0a2

This is an alpha release. Please report any issues on the issue tracker.