diff --git a/CHANGELOG.md b/CHANGELOG.md index ed599ee..e2e3b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## UNRELEASED +## 2024-08-09 v1.3.0 - Add --human-readable option to group lifecycle report, and change default behaviour to not report sizes in human readable units. diff --git a/setup.py b/setup.py index e386267..e303450 100644 --- a/setup.py +++ b/setup.py @@ -33,5 +33,5 @@ 'yrmgroups=yclienttools.rmgroups:entry' ] }, - version='1.2.0' + version='1.3.0' )