From 204de1c5e3739f3fb4a43c0c44d6bfb6c3e17c13 Mon Sep 17 00:00:00 2001 From: Nicolas Rebagliati Date: Mon, 4 Jan 2021 12:05:19 -0300 Subject: [PATCH] ready for release 1.0.1 --- CHANGELOG/1.0.1/date.md | 1 + CHANGELOG/{current => 1.0.1}/fix_error_in_list_host.md | 0 RELEASE.md | 4 ++++ faraday_cli/__init__.py | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG/1.0.1/date.md rename CHANGELOG/{current => 1.0.1}/fix_error_in_list_host.md (100%) diff --git a/CHANGELOG/1.0.1/date.md b/CHANGELOG/1.0.1/date.md new file mode 100644 index 0000000..e01d08b --- /dev/null +++ b/CHANGELOG/1.0.1/date.md @@ -0,0 +1 @@ +Jan 4th, 2021 diff --git a/CHANGELOG/current/fix_error_in_list_host.md b/CHANGELOG/1.0.1/fix_error_in_list_host.md similarity index 100% rename from CHANGELOG/current/fix_error_in_list_host.md rename to CHANGELOG/1.0.1/fix_error_in_list_host.md diff --git a/RELEASE.md b/RELEASE.md index 89092ab..d4eae57 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +1.0.1 [Jan 4th, 2021]: +--- + * Fix error in list_host command + 1.0.0 [Dec 28th, 2020]: --- * Add List Services command diff --git a/faraday_cli/__init__.py b/faraday_cli/__init__.py index 5becc17..5c4105c 100644 --- a/faraday_cli/__init__.py +++ b/faraday_cli/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"