Python 3.12.8 introduced another change to the bash activation script generated by venv. This caused the relocate feature to fail because the regular expression used to find and modify the venv path started matching too much. Virtualenv users were unaffected.
What's Changed
- Match cygpath in venv bash activation scripts by @nyanloutre in #38
- Update setup.py to v0.10.0 by @kevinconway in #39
New Contributors
- @nyanloutre made their first contribution in #38
Full Changelog: 0.9.0...0.10.0