From 02a87c625b581159ff9aa508999d5ad71ac5529a Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Mon, 29 Mar 2021 14:56:04 +0100
Subject: [PATCH] conf.py: Reset release version

The 1.0 release is not yet done so reset the version in preparation for
the next release.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index ce9c07a..b046f48 100644
--- a/conf.py
+++ b/conf.py
@@ -26,7 +26,7 @@ copyright = '2021'
 author = 'OSTC'
 
 # The full version, including alpha/beta/rc tags
-release = '1.0'
+release = '0.0'
 
 # -- General configuration ---------------------------------------------------
 
-- 
GitLab