Releases: aryarm/stepik-cli
v0.4.2
v0.4.1
v0.4.0
This release moves the output of most commands to stderr, so that they can be redirected/piped as desired. It also implements the appropriate exit codes for errors. Most prominently, the "submit" command now outputs a custom exit code of 2 if the user's solution to a problem is incorrect.
Fix issue when switching courses
See issue #1
Make all import statements relative
This release helps iron out some problems with the installation process on pip. It also adds an example for how to submit to a dataset challenge.
Finalize install instructions
I couldn't get the conda installation to work, but at least users can still download the package from PyPI.
Fix jinja templating issue
Jinja2 wasn't correctly retrieving the version information from setup.py, so I just harcoded the version.
Release to conda
Using conda skeleton from PyPi
Release to pypi
This release is a new attempt at publishing the package to PyPi
Remove py_modules from setup.py
0.2.2 remove py_modules from setup