Skip to content

Releases: steinnes/ebenv

0.3.1 - PyPI description updated

Choose a tag to compare

@steinnes steinnes released this 27 Jun 13:03

This release contains no new features, just changes to setup.py to give the PyPI entry a proper description.

0.3.0 - Now with python3 support

Choose a tag to compare

@steinnes steinnes released this 27 Jun 12:56

This new release supports python3.

Thanks to @theY4Kman for contributing the compatibility work.

0.2.6 - pip install from PyPI works

Choose a tag to compare

@steinnes steinnes released this 18 Feb 13:40
0.2.6 - Fixing PyPI setup

My setup.py was completely broken and wrong because the requirements.txt
file was never included in the PyPI package.  This meant that it was
really only possible to install the package by cloning the repo and
running setup.py from here, where requirements.txt would be available.

Should be fixed now.