diff --git a/docs/conf.py b/docs/conf.py index 4764cd705..0d8f86636 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ master_doc = "index" # General information about the project. project = "Cryptography" -copyright = "2013-2022, Individual Contributors" +copyright = "2013-2023, Individual Contributors" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 489579eb6..ef6399c17 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -12,4 +12,4 @@ __all__ = [ __version__ = "41.0.0.dev1" __author__ = "The Python Cryptographic Authority and individual contributors" -__copyright__ = f"Copyright 2013-2022 {__author__}" +__copyright__ = f"Copyright 2013-2023 {__author__}"