Skip to content

Commit 125b149

Browse files
authored
Bump version numbers for 39.0.2 release (#8419)
1 parent 3b66a2d commit 125b149

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cryptography/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"__copyright__",
1010
]
1111

12-
__version__ = "39.0.1"
12+
__version__ = "39.0.2"
1313

1414
__author__ = "The Python Cryptographic Authority and individual contributors"
15-
__copyright__ = "Copyright 2013-2022 {}".format(__author__)
15+
__copyright__ = "Copyright 2013-2023 {}".format(__author__)

vectors/cryptography_vectors/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"__version__",
77
]
88

9-
__version__ = "39.0.1"
9+
__version__ = "39.0.2"

0 commit comments

Comments
 (0)