Skip to content

Commit 125b149

Browse files
authoredMar 2, 2023
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

+2-2
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

+1-1
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)
Please sign in to comment.