From 2dd942fe028d6da227e759a045c788c15dcbc116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Wed, 21 Aug 2024 13:50:41 +0200 Subject: [PATCH] ver fix --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 394969b..a22efd8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,9 +21,9 @@ project = 'snakehouse' copyright = '2020-2021 SMOK sp. z o. o.' author = 'Piotr MaĹlanka' -from snakehouse import __version__ + # The full version, including alpha/beta/rc tags -release = __version__ +release = '2.0' # -- General configuration --------------------------------------------------- -- GitLab