Skip to content

Commit

Permalink
Merge pull request #145 from AndreiDrang/main
Browse files Browse the repository at this point in the history
Update conf.py
  • Loading branch information
AndreiDrang committed Jul 4, 2024
2 parents 6d9e788 + 3074358 commit 067797b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import os
import sys
from datetime import date

from pallets_sphinx_themes import ProjectLink

Expand All @@ -17,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = "python3-anticaptcha"
copyright = f"2023, AndreiDrang, Release - {__version__}"
copyright = f"{date.today().year}, AndreiDrang; Release - {__version__}; Last update - {date.today()}"
author = "AndreiDrang"

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 067797b

Please sign in to comment.