Skip to content

Commit

Permalink
Release v2.7.2
Browse files Browse the repository at this point in the history
Makes the `--erase` option count/report not-deleted objects correctly when
confirmation is denied, and uses appropriate wording when reporting such
objects in dry-runs. The `Runner` class in now implemented more cleanly.

Changes: https://github.com/bittner/pyclean/compare/2.7.1..2.7.2
  • Loading branch information
bittner committed May 11, 2023
1 parent 0fb8a3c commit 253d037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyclean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Pure Python cross-platform pyclean. Clean up your Python bytecode.
"""

__version__ = '2.7.1'
__version__ = '2.7.2'

0 comments on commit 253d037

Please sign in to comment.