From 64d8bfbe98617c46c594d254b063707fb06ea00a Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Mon, 3 Oct 2022 18:24:10 -0700 Subject: [PATCH] Set release to 1.2.0 Signed-off-by: Eduardo Apolinario --- rsts/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsts/conf.py b/rsts/conf.py index 9cbdbbd240..4a24c1271c 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -30,7 +30,7 @@ # The short X.Y version version = u"" # The full version, including alpha/beta/rc tags -release = u"1.2.0-b5" +release = u"1.2.0" # -- General configuration ---------------------------------------------------