We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ccd0b commit 96dbd56Copy full SHA for 96dbd56
docs/conf.py
@@ -72,7 +72,7 @@
72
73
# General information about the project.
74
project = "Cryptography"
75
-copyright = "2013-2024, Individual Contributors"
+copyright = "2013-2025, Individual Contributors"
76
77
# The version info for the project you're documenting, acts as replacement for
78
# |version| and |release|, also used in various other places throughout the
src/cryptography/__about__.py
@@ -14,4 +14,4 @@
14
15
16
__author__ = "The Python Cryptographic Authority and individual contributors"
17
-__copyright__ = f"Copyright 2013-2024 {__author__}"
+__copyright__ = f"Copyright 2013-2025 {__author__}"
0 commit comments