commit | 4dc246ede86e88887c807014784e518305adcaaa | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Thu Jun 23 20:14:55 2022 +0300 |
committer | Peter Pentchev <pp@storpool.com> | Mon Jan 09 11:29:27 2023 +0200 |
tree | 179f90c7d6882840d568b67bf3be259700e34426 | |
parent | 95bb5c0c22a91ef0201d8ed006ca8a34ed6d10be [diff] |
sp_rand: version bump to 0.2.0. Change-Id: I2fc848f4d8a9f1d698668e4adfafcbe8f2cdc3d2
diff --git a/tools/sp-rand/src/sp_rand/defs.py b/tools/sp-rand/src/sp_rand/defs.py index bf2ad8a..aeb1fb0 100644 --- a/tools/sp-rand/src/sp_rand/defs.py +++ b/tools/sp-rand/src/sp_rand/defs.py
@@ -3,7 +3,7 @@ import pathlib -VERSION = "0.1.0" +VERSION = "0.2.0" FILENAME = "sp-ostack-random.conf" PREFIX_VAR = "SP_OPENSTACK_VOLUME_PREFIX"