From f75c94cdfa8c65efff0367333ec55982bd1e3103 Mon Sep 17 00:00:00 2001 From: AllyWang Date: Wed, 23 Aug 2023 15:12:29 +0800 Subject: [PATCH] release v1.7.0 --- HISTORY.rst | 4 ++++ version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index de896224..8877b2c8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +1.7.0 +++++++ +* Mark a secret property as not required in response flags (#281) +* Raise error when command tree failed to decode, and support configuration key (#282) 1.6.2 ++++++ diff --git a/version.py b/version.py index bc651933..78cffe76 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -_MAJOR, _MINOR, _PATCH, _SUFFIX = ("1", "6", "2", "") +_MAJOR, _MINOR, _PATCH, _SUFFIX = ("1", "7", "0", "") # _PATCH: On main and in a nightly release the patch should be one ahead of the last released build. # _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See