From 00fa94ae6e66bb2d5cc9cf953f3a541203b48899 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mar 31 2023 21:50:39 +0000 Subject: Update to 3.5.1 Signed-off-by: Bryan Gurney --- diff --git a/.gitignore b/.gitignore index 709f423..19f7aa6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /stratis-cli-3.4.0.tar.gz /stratis-cli-3.4.1.tar.gz /stratis-cli-3.5.0.tar.gz +/stratis-cli-3.5.1.tar.gz diff --git a/sources b/sources index 1af1dc6..4a10e21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.5.0.tar.gz) = e67b8531c662c9a01aff4633d73c492d48ad2409f9a4d7c68aaf12549dbdc4bdcefae2c74265a6c535fca5bc8ee1d0c8de78b67ed57404686bd35e1474bae65b +SHA512 (stratis-cli-3.5.1.tar.gz) = f32854b458f2e61f1bad664894fd8a59ce3ea7351c1adb73c750f2bf9c4795801e9398c6109a13fd7c2af136757a26551c2f7dbc30443743400f27358b357d82 diff --git a/stratis-cli.spec b/stratis-cli.spec index 520f071..3f21fe0 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,5 +1,5 @@ Name: stratis-cli -Version: 3.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon @@ -62,6 +62,9 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Fri Mar 31 2023 Bryan Gurney - 3.5.1-1 +- Update to 3.5.1 + * Fri Feb 03 2023 Bryan Gurney - 3.5.0-1 - Update to 3.5.0 diff --git a/tests/tests.yml b/tests/tests.yml index 39d4d9f..29d1bf6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,4 +15,4 @@ repositories: - repo: "https://github.com/stratis-storage/testing.git" dest: "testing" - version: "v3.4.0" + version: "v3.5.1"