Releases: Justintime50/python-template
Releases · Justintime50/python-template
v1.10.0
v1.9.1
- Fixes a replacement typo in setup.py for
package_data - Bumps all dependencies
v1.9.0
- Removes the
coverallsdev dependency and instead updatespytest-covto v4 which now supportslcovgeneration
v1.8.0
- Overhaul the build process (uses the
buildpackage instead of the legacypython setup.pycommand) - Simplifies the GitHub release workflow by using the new Makefile build targets
- Ignores the test directory in the build
- Pins all development dependencies
v1.7.1
- Update Makefile install target to not symlink to the home directory
- Update Black to use the
previewflag - Bump dev dependencies
v1.7.0
- Adds
mypyand type hinting viapy.typed - Simplifies template module (removes unused class)
- Adds missing
__all__variable to__init__.py - Simplifies the lint step of the build by only running checks once (previously some checks were getting run twice)
- Tests against Python
3.10
v1.6.0
- Adds
BlackandiSortas dev dependencies - Adds a
pyproject.tomlfile to configure Python tools - Completely refactors the
Makefileto include new tools and better ways of invoking previous ones - Removes
.github/FUNDING.ymlfile in favor of.githubglobal files
v1.5.0
- Drops support for Python 3.6
- Removes the
mocklibrary in favor of the builtinunittest.mocklibrary - Fix some typos
v1.4.0
- Clarified various pieces of info
- Unified more text replacements for easier usage of the template when getting started
v1.3.0
- Pins dependencies and moves them to a constant
- Adds missing lines to code coverage report