From b690d8f5732f7aef37cff1598cd497de0157352d Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 14 Mar 2025 14:51:59 +0200 Subject: [PATCH] docs: Include version number in docs Otherwise on readthedocs it's not clear what version "latest" is. Signed-off-by: Jussi Kukkonen --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a158b70422..6a5b50d9bd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ -TUF Developer Documentation -=========================== +Python-TUF |version| Developer Documentation +======================================================================= This documentation provides essential information for those developing software with the `Python reference implementation of The Update Framework (TUF)