docformatter icon indicating copy to clipboard operation
docformatter copied to clipboard

Release v1.5.0

Open weibullguy opened this issue 2 years ago • 1 comments

All PRs that have been open for the past several years have been merged. Tag v1.5.0-rc1 is the latest.

To use v1.5.0-rc1 in your .pre-commit-config.yaml:

 - repo: https://github.com/PyCQA/docformatter
   rev: v1.5.0-rc1
   hooks:
     - id: docformatter
       additional_dependencies: [tomli]
       args: [--in-place, --config, ./pyproject.toml]

To install v1.5.0-rc1 using pip:

python -m pip install git+https://github.com/PyCQA/[email protected]

weibullguy avatar Aug 11 '22 03:08 weibullguy

I will be out of pocket until August 19, 2022. Rather than risk a broken package on PyPI for six days, I'll release v1.5.0 when I return and am able to address any problems in a timely manner.

weibullguy avatar Aug 14 '22 12:08 weibullguy