Skip to content

Version 5.0.5

Compare
Choose a tag to compare
@cmacmackin cmacmackin released this 15 Sep 15:19
· 1220 commits to master since this release

Bug fixes:

  • Fixed exclude_dir settings being ignored (Issue #155)
  • Fixed FORD counting zero total lines of files and producing a ZeroDivisionError for libraries with no program (Issue #160)
  • Fixed regression caused from improving classification of used entities as public or private (Issue #165)
  • Fixed NameError arising in the graphs module when graphviz is not installed (Issue #166)
  • Updated dependencies to require version of beautifulsoup4 which won't encounter an error when using LXML in projects with graphs (Issue #154)