From 44038bdf20b9330413aff8ce5eb7fefbbf9c419e Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Thu, 1 Sep 2022 23:58:36 +0200 Subject: [PATCH] Bump to version 3.1.1 --- CHANGELOG.md | 3 +++ duviz.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9a9b2..df48b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Unreleased] + +## [3.1.1] - 2022-09-01 + - Replace Travis CI with Github Actions diff --git a/duviz.py b/duviz.py index bb7e9b8..4233889 100755 --- a/duviz.py +++ b/duviz.py @@ -468,7 +468,7 @@ def main(): """usage: %prog [options] [DIRS] %prog gives a graphic representation of the disk space usage of the folder trees under DIRS.""", - version='%prog 3.1.0') + version='%prog 3.1.1') cliparser.add_option( '-w', '--width', action='store', type='int', dest='display_width', default=terminal_width, diff --git a/setup.py b/setup.py index 771159f..294e6fa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='duviz', - version='3.1.0', + version='3.1.1', description='Command line disk space visualization tool', long_description=long_description, url='https://github.com/soxofaan/duviz',