virtualenvwrapper 3.5

What’s New? Rewrite cpvirtualenv to use virtualenv-clone instead of making the new environment relocatable. Contributed by Justin Barber (barberj). This also resolves a problem with cpvirtualenv not honoring the --no-site-packages flag (issue 102). Update docs with link to [virtualenvwrapper-win](http://pypi.python.org/pypi/virtualenvwrapper-win port by David Marble. Use command to avoid functions named the same as common utilities. (issue 119)

virtualenvwrapper 3.4

What’s New Add a “lazy loading” option for startup scripts. Refer to the installation instructions for more details.

cliff 0.7

What’s New In This Release? Clean up interactive mode flag setting. Add support for Python 2.6, contributed by heavenshell. Fix multi-word commands in interactive mode.

virtualenvwrapper 3.3

What’s New in 3.3? Clean up file permissions and remove shebangs from scripts not intended to be executed on the command line. (contributed by ralphbean) Worked on some brittle tests. Received updates to Japanese translation of the documentation from t2y. Fix the test script and runner so the user’s $WORKON_HOME is not erased if they do not have some test shells installed. (big thanks to agriffis). If the hook loader is told to list plugins but is not given a hook name, it prints the list of core hooks.

cliff 0.5

What’s New In This Release? Asking for help about a command by prefix lists all matching commands. Add formatters for HTML, JSON, and YAML.

cliff 0.3

What’s New In This Release? Add ShowOne base class for commands that show details about single objects. Fix a problem with Lister when there is no data to be printed.

cliff 0.4

What’s New In This Release? Add shell formatter for single objects. Add interactive mode. Expand documentation.

cliff 0.2

What’s New In This Release? Incorporate changes from dtroyer to replace use of optparse in App with argparse. Added “help” subcommand to replace –help option handling in subcommands.

cliff 0.1

What’s New In This Release? This is the first public release of cliff. It is alpha software, mostly because the API between list commands and output formatters may need to change.