From ff274f2b0e31dca1bc4906500186734094ab24d4 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 17 Mar 2023 02:53:14 +0300 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6889884..a918ad2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ from python3_anticaptcha.__version__ import __version__ # -- Project information ----------------------------------------------------- project = "python3-anticaptcha" -copyright = "2023, AndreiDrang" +copyright = f"2023, AndreiDrang, Release - {__version__}" author = "AndreiDrang" # -- General configuration ---------------------------------------------------