* update minimum version of virtualenv to 13.1.0 * --no-cache allows pip to download packages from index * `init --check` prints path of wheelhouse to stdout * ensure most recent version of pip is installed to virtualenv on creation
0.2.2
=====
* fix error in construction of list of packages to install
0.2.1
=====
* add ``mkvenv init --check``
0.2.0
=====
* rename ``mkvenv wheelhouse`` to ``mkvenv init``
0.1.6
=====
* allow packages to be specified as urls (eg, git repos) * remove deprecated 'pip --download-cache'