Skip to content

1.5.3 (2019-07-09)

Compare
Choose a tag to compare
@techalchemy techalchemy released this 21 Apr 22:50

1.5.3 (2019-07-09)

Features

  • Added support for parsing lists of variables as extras in [setup.py]{.title-ref} files via ast.BinOp traversal. #177

Bug Fixes

  • Fixed quoting of markers when formatting requirements as pip-compatible lines. #173
  • Quotes surrounding requirement lines will now be stripped only if matching pairs are found to ensure requirements can be parsed correctly. #176