Skip to content

Commit 49aecbe

Browse files
committed
Relese v3.2.0
1 parent a1bb96f commit 49aecbe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
## [Unreleased]
66

7+
8+
## [3.2.0] - 2022-12-18
9+
710
- Replace `optparse` usage with `argparse`
811
([#10](https://github.com/soxofaan/duviz/issues/10))
912
- Drop Python 3.5 support ([#27](https://github.com/soxofaan/duviz/issues/27))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="duviz",
13-
version="3.1.2",
13+
version="3.2.0",
1414
description="Command line disk space visualization tool",
1515
long_description=long_description,
1616
url="https://github.com/soxofaan/duviz",

0 commit comments

Comments
 (0)