From 94a427de9f7988fafb60ac33e5eeb6e7463f32d8 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Tue, 26 Sep 2023 17:15:03 -0700 Subject: [PATCH] Bump release version and add changelog Signed-off-by: Eduardo Apolinario --- CHANGELOG/CHANGELOG-v1.10.0-b0.md | 4 ++++ rsts/conf.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG/CHANGELOG-v1.10.0-b0.md diff --git a/CHANGELOG/CHANGELOG-v1.10.0-b0.md b/CHANGELOG/CHANGELOG-v1.10.0-b0.md new file mode 100644 index 00000000000..03851519fce --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.10.0-b0.md @@ -0,0 +1,4 @@ +# Flyte 1.10.0-b0 beta release + +The major change in this release is the monorepo. This is a beta release to test the new release process. + diff --git a/rsts/conf.py b/rsts/conf.py index 7e41a818918..b060eaf6e5d 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -30,7 +30,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.9.0" +release = "1.10.0-b0" # -- General configuration ---------------------------------------------------