Skip to content

0.28.0: Resolves noreply.org issue for Location.py (#38)

Compare
Choose a tag to compare
@cmdln cmdln released this 02 May 15:01
· 34 commits to master since this release
b998198

This release solves two outstanding issues.

First, it replaces the now defunct noreply.org with IPify as suggested by @abhidg. Per IPIfy's code samples, this solution uses the Requests library, which has been added to setup.py.

I also commented out some code in init.py that looked like it was a place marker for future development. The problem was this code forced Location.py results to the top of the commit message. Expected behavior is that plugin results end up in the commit message in the order they're placed in the Flashbake config file.

Issues #33 and #35 should be closed.

Thanks to @ianpaul for contributing these fixes.