Skip to content

AboutCode v3.3.1

Choose a tag to compare

@pombredanne pombredanne released this 03 Jan 19:31
· 6 commits to v3-maintenance since this release
c42a95f

This is a minor maintenance release of the v3.x branch.

  • Add new Jinja2 custom template filters: multi_sort to sort and
    unique_together to compute unique lists. Both filters take an "attributes"
    list of attribute names and use all these attribute names to sort or
    compute unique values.
  • Use saneyaml library to dump and load YAML