docs: fix conf file to reflect v2.12.0 version
Bump the version specified in conf.py such that RTD renders the proper
version in the top left caption.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Ib96c4e8fff8f6bd14dac0111d7b5156833957db8
diff --git a/docs/conf.py b/docs/conf.py
index d8853ea..5190eb3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
project = "Hafnium"
author = "Hafnium contributors"
-version = "2.9.0"
-release = "2.9.0"
+version = "2.12.0"
+release = "2.12.0"
# -- General configuration ---------------------------------------------------