-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump for 43.0.0 and update changelog
- Loading branch information
1 parent
42788a0
commit 9ce102a
Showing
5 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ build-backend = "maturin" | |
|
||
[project] | ||
name = "cryptography" | ||
version = "43.0.0.dev1" | ||
version = "43.0.0" | ||
authors = [ | ||
{name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]"} | ||
] | ||
|
@@ -64,7 +64,7 @@ ssh = ["bcrypt >=3.1.5"] | |
# All the following are used for our own testing. | ||
nox = ["nox"] | ||
test = [ | ||
"cryptography_vectors", | ||
"cryptography_vectors==43.0.0", | ||
"pytest >=6.2.0", | ||
"pytest-benchmark", | ||
"pytest-cov", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
"__version__", | ||
] | ||
|
||
__version__ = "43.0.0.dev1" | ||
__version__ = "43.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" | |
|
||
[project] | ||
name = "cryptography_vectors" | ||
version = "43.0.0.dev1" | ||
version = "43.0.0" | ||
authors = [ | ||
{name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]"} | ||
] | ||
|