Release notes#

The release notes document changes to the codebase and documentation.

wordie 0.1.0#

13 May 2022

First minor release of the example Python project wordie and its accompanying documentation tutorial.

Features#

  • The Letters class
    • Represents a sequence of letters

    • Provides a method for shuffling the letters

    • Provides a method for returning a random letter from the sequence

  • User guide
    • Provides installation instructions and release notes

  • Documentation tutorial
    • Generating documentation with sphinx

    • Publishing documentation on Read the Docs

    • Guide to writing docstrings

    • Extra features to enhance your documentation