diff options
| author | Simeon Simeonov | 2023-01-05 17:00:35 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-01-05 17:00:35 +0100 |
| commit | c2f78419b242df9a4872905d41332e5ea9fcfdb6 (patch) | |
| tree | fb096501c76db28c356cfacbf9f73a930c19ceeb /sphinx_conf.py | |
| parent | 2c33e6214d3d607541656d4a5174c3553bfb085e (diff) | |
Add the OTPState.ot_hex property
Diffstat (limited to 'sphinx_conf.py')
| -rw-r--r-- | sphinx_conf.py | 6 |
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 | ||
| 23 | project = 'pyotp2289' | 23 | project = 'pyotp2289' |
| 24 | copyright = '2020-2022, Simeon Simeonov' | 24 | copyright = '2020-2023, Simeon Simeonov' |
| 25 | author = 'Simeon Simeonov' | 25 | author = 'Simeon Simeonov' |
| 26 | 26 | ||
| 27 | # The short X.Y version | 27 | # The short X.Y version |
| 28 | version = '1.1.0' | 28 | version = '1.2.0' |
| 29 | 29 | ||
| 30 | # The full version, including alpha/beta/rc tags | 30 | # The full version, including alpha/beta/rc tags |
| 31 | release = '1.1.0' | 31 | release = '1.2.0' |
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | # -- General configuration --------------------------------------------------- | 34 | # -- General configuration --------------------------------------------------- |
