diff --git a/AUTHORS.rst b/AUTHORS.rst index e592e552..ec86d2a7 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,6 +10,7 @@ The list of contributors in alphabetical order: - `Daniel Prelipcean `_ - `Diego Rodriguez `_ - `Dinos Kousidis `_ +- `Giuseppe Steduto `_ - `Harri Hirvonsalo `_ - `Jan Okraska `_ - `Leticia Wanderley `_ diff --git a/CHANGES.rst b/CHANGES.rst index b3973a95..e7850f00 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Changes ======= +Version 0.9.1 (UNRELEASED) +-------------------------- +- Fixes ``du`` command help message typo. + Version 0.9.0 (2023-01-26) -------------------------- diff --git a/LICENSE b/LICENSE index 8df2bc7e..750cb266 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022 CERN. +Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023 CERN. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/docs/conf.py b/docs/conf.py index f159a428..372f86f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ # General information about the project. project = "reana" -copyright = "2017-2020 info@reana.io" +copyright = "2017-2023 info@reana.io" author = "info@reana.io" # The version info for the project you're documenting, acts as replacement for diff --git a/reana_client/cli/files.py b/reana_client/cli/files.py index 2c08530e..b4db2c94 100644 --- a/reana_client/cli/files.py +++ b/reana_client/cli/files.py @@ -555,7 +555,7 @@ def workflow_disk_usage( ): # noqa: D301 """Get workspace disk usage. - The ``du`` command allows to chech the disk usage of given workspace. + The ``du`` command allows to check the disk usage of given workspace. Examples:\n \t $ reana-client du -w myanalysis.42 -s\n