From f89c939b0d5ede54a75ab75a1248720d26d6ffa4 Mon Sep 17 00:00:00 2001 From: Andy Churchard Date: Wed, 31 Jan 2024 09:13:30 +0000 Subject: [PATCH] Bump version to 1.0.0b5 --- src/aosm/HISTORY.rst | 3 +++ src/aosm/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/aosm/HISTORY.rst b/src/aosm/HISTORY.rst index da97191c546..c87db19e277 100644 --- a/src/aosm/HISTORY.rst +++ b/src/aosm/HISTORY.rst @@ -5,6 +5,9 @@ Release History Unreleased ++++++++ + +1.0.0b5 +++++++++ * Add `publisher` command group for management of publisher resources. * Changed the name of the `path_to_mappings` parameter in the CNF input file to `default_values` * Added a `helm template` validation step to the `az aosm nfd build` command for the `cnf` definition type diff --git a/src/aosm/setup.py b/src/aosm/setup.py index 0363ac51a2c..c9bcfbae75c 100644 --- a/src/aosm/setup.py +++ b/src/aosm/setup.py @@ -16,7 +16,7 @@ # Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = "1.0.0b4" +VERSION = "1.0.0b5" # The full list of classifiers is available at