From f78d15886d3142e928b948ae4b217b8a1773fa8f Mon Sep 17 00:00:00 2001
From: Stefan Schmidt <stefan.schmidt@huawei.com>
Date: Wed, 7 Apr 2021 13:57:14 +0200
Subject: [PATCH] conf.py: bump docs version to open up development

With the 0.1.0 release done we are now back in development mode.
Indicate this by setting the version to 0.1.99. If we ned to provide
stable update releases to 0.1.0 they will come from a release branch as
0.1.1 .. 0.1.n.

Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 9c86a30..85902ef 100644
--- a/conf.py
+++ b/conf.py
@@ -25,7 +25,7 @@ project = 'OpenHarmony'
 copyright = '2021'
 author = 'OSTC'
 
-version = '0.1.0'
+version = '0.1.99'
 release = version
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab