Skip to content

Release v3.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 23:53
· 31 commits to master since this release
3.0.10

3.0.10 (2022-09-26)

New

  • Add basic sphinx docs sources, update packaging, cleanup docstrings. [Stephen L Arnold]

    • make a docs build using readme and sphinx-apidoc module
    • remove section headers from docstrings (not allowed)
    • update packaging deps and manifest/tox files

Changes

  • Update readme, reformat license file, cleanup more lint. [Stephen L Arnold]

Fixes

  • Use namespace paths for data files, remove symlink. [Stephen L Arnold]

    • src layout needs full namespace paths in setup.cfg
    • single file install is no longer an option, so remove the symlink
      and readme reference to it

Other

  • Update readme/install notes for latest pystache install issues. [Stephen L Arnold]

  • Merge pull request #6 from sarnold/docs. [Steve Arnold]

    Add docs build, more cleanup

  • Merge pull request #5 from sarnold/pystache-tmp. [Steve Arnold]

    modernize/refactor source, packaging, tests