All notable changes to miniver will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add a 'ver' command that prints the detected version
- Running 'miniver' without any arguments invokes the 'ver' command
- Miniver now works with namespace packages
- Allow distributions that place packages in a "src" directory
- Replace tool "install-miniver" with a tool "miniver" with a command "install"
- Use "build_py" from setuptools, rather than distutils, which prevents a warning being displayed when using more recent setuptools versions
- Typos in generated files (comments only)
- Dedented template code produced by 'install-miniver' to make it copy-pasteable.