virtualenvwrapper 6.0.0.0a2

virtualenvwrapper is a set of extensions to virtualenv for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.

Project details 6.0.0.0a2 on PyPI

Another pre-release for testing changes before 6.0.

The last release of virtualenvwrapper was 4.8.4 in February of 2019. If you rely on virtualenvwrapper for your daily workflow, please try out this pre-release version and let us know if there are any issues by filing a ticket.

What’s new in 6.0.0.0a2?

  • add virtualenvwrapper.version module
  • restore python 3.7 support, needed for readthedocs.org builds
  • packaging: modernize packaging
  • add a --version option to the hook loader so we can show the version in the output of virtualenvwrapper
  • switch to implicit namespaces
  • docs: pin python version in doc build test
  • docs: update requirements for build on rtd
  • docs: switch to manually managed changelog

See GitHub for more details