Skip to content

Commit 6cc90f2

Browse files
committed
[docs] Adjust release version and copyright year in docs.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 3275957 commit 6cc90f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = "pytest-asyncio"
10-
copyright = "2022, pytest-asyncio contributors"
10+
copyright = "2023, pytest-asyncio contributors"
1111
author = "Tin Tvrtković"
12-
release = "v0.20.1"
12+
release = "v0.22.0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)