Skip to content

Commit bdb3039

Browse files
alexclaude
andauthored
reopen main for development (#15373)
Bump the version to 51.0.0-dev1 and add a changelog section for the next release. Claude-Session: https://claude.ai/code/session_01XFSYJJ1k7PDnNV7stHJgLg Co-authored-by: Claude <noreply@anthropic.com>
1 parent dcb7050 commit bdb3039

7 files changed

Lines changed: 21 additions & 14 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
.. _v51-0-0:
5+
6+
51.0.0 - `main`_
7+
~~~~~~~~~~~~~~~~
8+
9+
.. note:: This version is not yet released and is under active development.
10+
411
.. _v50-0-0:
512

613
50.0.0 - 2026-07-31

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"
15+
version = "0.51.0-dev1"
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"
19+
version = "51.0.0-dev1"
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==50.0.0",
79+
"cryptography_vectors",
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"
13+
__version__ = "51.0.0-dev1"
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"
9+
__version__ = "51.0.0-dev1"

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"
9+
version = "51.0.0-dev1"
1010
authors = [
1111
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
1212
]

0 commit comments

Comments
 (0)