diff --git a/changelog.md b/changelog.md index 6047e161ec477f8abe959ccee6e0398b5efa5e51..7cc8305e964df6a7b460497fc258bd72358befff 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.22] - 2021-09-15 +- Add missing GWS folders to list of folders to keep + ## [0.21] - 2021-09-14 - Delete left-over and unmanaged folders diff --git a/setup.py b/setup.py index 2b945d84ea82009f6f700ba2fad5c2bd9cf702c9..3f417c84291c9188ad3bda4f42c3176ba1fe6dd6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.22", + version="0.23", author='GEANT', author_email='swd@geant.org', description='',