Skip to content

Commit dcb7050

Browse files
authored
Prepare for 50.0.0 release (#15372)
1 parent 53fccd9 commit dcb7050

7 files changed

Lines changed: 16 additions & 18 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ Changelog
33

44
.. _v50-0-0:
55

6-
50.0.0 - `main`_
7-
~~~~~~~~~~~~~~~~
8-
9-
.. note:: This version is not yet released and is under active development.
6+
50.0.0 - 2026-07-31
7+
~~~~~~~~~~~~~~~~~~~
108

119
* **SECURITY ISSUE**:
1210
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der`

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.50.0-dev1"
15+
version = "0.50.0"
1616
authors = ["The cryptography developers <cryptography-dev@python.org>"]
1717
edition = "2021"
1818
publish = false

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-backend = "maturin"
1616

1717
[project]
1818
name = "cryptography"
19-
version = "50.0.0-dev1"
19+
version = "50.0.0"
2020
authors = [
2121
{ name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org" },
2222
]
@@ -76,7 +76,7 @@ dev = [
7676
]
7777
nox = ["nox[uv] >=2024.04.15"]
7878
test = [
79-
"cryptography_vectors",
79+
"cryptography_vectors==50.0.0",
8080
"pytest >=7.4.0",
8181
"pytest-benchmark >=4.0",
8282
"pytest-cov >=2.10.1",

src/cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"__version__",
1111
]
1212

13-
__version__ = "50.0.0-dev1"
13+
__version__ = "50.0.0"
1414

1515

1616
__author__ = "The Python Cryptographic Authority and individual contributors"

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__ = "50.0.0-dev1"
9+
__version__ = "50.0.0"

vectors/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "uv_build"
66

77
[project]
88
name = "cryptography_vectors"
9-
version = "50.0.0-dev1"
9+
version = "50.0.0"
1010
authors = [
1111
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
1212
]

0 commit comments

Comments
 (0)