From 5f249127b24ecb7bb632cfa46b5582c5595b8a8b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 25 May 2020 20:10:25 +0200 Subject: [PATCH] docs: sync version with the package versions Signed-off-by: Thomas Lamprecht --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dcc45124..b3c18cce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ rst_epilog = epilog_file.read() # General information about the project. project = 'Proxmox Backup' -copyright = '2019, Proxmox Support Team' +copyright = '2019-2020, Proxmox Support Team' author = 'Proxmox Support Team' # The version info for the project you're documenting, acts as replacement for @@ -76,9 +76,9 @@ author = 'Proxmox Support Team' # built documents. # # The short X.Y version. -version = '1.0' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '1.0-1' +release = '0.2-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.