From fee18765d7590803120385d042c69f92976639ad Mon Sep 17 00:00:00 2001 From: content-bot <55035720+content-bot@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:45:51 +0300 Subject: [PATCH] demisto-sdk release 1.20.2 (#3612) * Commit poetry files * Commit CHANGELOG --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e171dd569..a90128fb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog ## Unreleased + +## 1.20.2 * Updated the **pre-commit** command to run on all python versions in one run. * Added the *--dry-run* flag to the **pre-commit** command, to create the config file without running the command. * Fixed an issue where the **coverage-analyze** command was not parsing the logs correctly. diff --git a/pyproject.toml b/pyproject.toml index 723f91464e..035b19d23a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "demisto-sdk" -version = "1.20.1" +version = "1.20.2" description = "\"A Python library for the Demisto SDK\"" authors = ["Demisto"] license = "MIT"