diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1f50c..4a85b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Unreleased] + +## [3.2.0] - 2022-12-18 + - Replace `optparse` usage with `argparse` ([#10](https://github.com/soxofaan/duviz/issues/10)) - Drop Python 3.5 support ([#27](https://github.com/soxofaan/duviz/issues/27)) diff --git a/setup.py b/setup.py index 966e3a3..92567d6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="duviz", - version="3.1.2", + version="3.2.0", description="Command line disk space visualization tool", long_description=long_description, url="https://github.com/soxofaan/duviz",