Index: docs/source/conf.py =================================================================== diff -u -r9c06951a70e84d0f55d98f13cdbc9d8addc5af2d -r32e628abcbbd3fd70866505d9f2836a6f732ef06 --- docs/source/conf.py (.../conf.py) (revision 9c06951a70e84d0f55d98f13cdbc9d8addc5af2d) +++ docs/source/conf.py (.../conf.py) (revision 32e628abcbbd3fd70866505d9f2836a6f732ef06) @@ -2,17 +2,17 @@ # -*- coding: utf-8 -*- ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file conf.py +# @file conf.py # -# @author (last) Peter Lucia -# @date (last) 20-Jul-2020 -# @author (original) Peter Lucia -# @date (original) 29-May-2020 +# @author (last) Quang Nguyen +# @date (last) 01-Jul-2021 +# @author (original) Peter Lucia +# @date (original) 29-May-2020 # ############################################################################ @@ -23,7 +23,7 @@ import os import sys sys.path.insert(0, os.path.abspath('../../')) -from dialin.version import VERSION +from dialin import __version__ as VERSION # -- General configuration ------------------------------------------------