Skip to content

0.11.5

Compare
Choose a tag to compare
@sdispater sdispater released this 04 Sep 15:01
· 2528 commits to master since this release
0.11.5
9d87b56

Fixed

  • Fixed a recursion error with circular dependencies.
  • Fixed the config command setting incorrect values for paths.
  • Fixed an OSError on Python >= 3.5 for git dependencies with recursive symlinks.
  • Fixed the possible deletion of system paths by cache:clear.
  • Fixed a performance issue when parsing the lock file by upgrading tomlkit.