From 16430d01c0284d9a835d4326f2880c4373e13ce8 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 6 Mar 2024 11:47:13 -0500 Subject: [PATCH] version 3.6.2 Signed-off-by: mulhern --- CHANGES.txt | 12 ++++++++++++ setup.cfg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2dffa26..b34fa90 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,15 @@ +testing 3.6.2 +============= +Required stratisd version: 3.6.2 +Required stratis-cli version: 3.6.0 + +Recommended release for development: Fedora 39 + +* Cherry-picked commits: + * Omit interfaces not in specified top interfaces + * Use regular expression to specify interfaces to check + + testing 3.6.1 ============= Required stratisd version: 3.6.2 diff --git a/setup.cfg b/setup.cfg index ca202ca..210bfc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = testing url = https://github.com/stratis-storage/testing -version = 3.6.1 +version = 3.6.2 long_description = file: README.md long_description_content_type = text/markdown license = Apache-2.0