We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bb96f commit 49aecbeCopy full SHA for 49aecbe
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
## [Unreleased]
6
7
+
8
+## [3.2.0] - 2022-12-18
9
10
- Replace `optparse` usage with `argparse`
11
([#10](https://github.com/soxofaan/duviz/issues/10))
12
- Drop Python 3.5 support ([#27](https://github.com/soxofaan/duviz/issues/27))
setup.py
@@ -10,7 +10,7 @@
setup(
name="duviz",
13
- version="3.1.2",
+ version="3.2.0",
14
description="Command line disk space visualization tool",
15
long_description=long_description,
16
url="https://github.com/soxofaan/duviz",
0 commit comments