Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Releases: rickdenhaan/eobot-py

Minor bugfix in method availability

29 Aug 17:47
Compare
Choose a tag to compare
Pre-release

In previous versions, the get_mining_estimates() method was not available as an alias. This has now been fixed.

First beta version

29 Aug 12:36
Compare
Choose a tag to compare
First beta version Pre-release
Pre-release

Previous version was horribly incompatible with Python 3, this version works fine on Python 3.3 and up (including the current nightly builds of Python 3.7). Note that Python 3.2 is not supported, because we use python-requests for the API connection and it does not support Python 3.2.

As always with a beta version, use at your own risk but let me know if this module behaves in an unexpected way so I can fix it for the next version.

First pre-alpha version

28 Aug 14:13
Compare
Choose a tag to compare
Pre-release

This is the first pre-Alpha version of this module. Try it out. Travis-CI has some issues with the Requests dependency for Python 3, but it should run fine in Python 2.7. If you encounter any issues, let me know!