summaryrefslogtreecommitdiff
path: root/sphinx_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx_conf.py')
-rw-r--r--sphinx_conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx_conf.py b/sphinx_conf.py
index 561db43..f9f0eca 100644
--- a/sphinx_conf.py
+++ b/sphinx_conf.py
@@ -21,14 +21,14 @@
21# -- Project information ----------------------------------------------------- 21# -- Project information -----------------------------------------------------
22 22
23project = 'pyotp2289' 23project = 'pyotp2289'
24copyright = '2020-2022, Simeon Simeonov' 24copyright = '2020-2023, Simeon Simeonov'
25author = 'Simeon Simeonov' 25author = 'Simeon Simeonov'
26 26
27# The short X.Y version 27# The short X.Y version
28version = '1.1.0' 28version = '1.2.0'
29 29
30# The full version, including alpha/beta/rc tags 30# The full version, including alpha/beta/rc tags
31release = '1.1.0' 31release = '1.2.0'
32 32
33 33
34# -- General configuration --------------------------------------------------- 34# -- General configuration ---------------------------------------------------