From 27769b1008b19c09c5db5029559d5a2a3af6e871 Mon Sep 17 00:00:00 2001
From: "pedro.minatel" <pedro.minatel@espressif.com>
Date: Thu, 15 Dec 2022 09:17:21 +0000
Subject: [PATCH] Release version update to 2.0.6 in the Docs

---
 docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 7fd7e721150..402c1e293d5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,7 +22,7 @@
 author = 'Espressif'
 
 # The full version, including alpha/beta/rc tags
-release = '2.0.2'
+release = '2.0.6'
 
 # -- General configuration ---------------------------------------------------