Skip to content

Commit adaaaed

Browse files
Bump for 44.0.1 release (#12441)
* Bump for 44.0.1 release * chore(deps): bump actions/cache from 4.1.2 to 4.2.0 (#12112) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccc61da commit adaaaed

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}
9999
if: matrix.PYTHON.OPENSSL
100100
- name: Load OpenSSL cache
101-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
101+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
102102
id: ossl-cache
103103
timeout-minutes: 2
104104
with:

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Changelog
66
44.0.1 - 2025-02-11
77
~~~~~~~~~~~~~~~~~~~
88

9+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.1.
910
* We now build ``armv7l`` ``manylinux`` wheels and publish them to PyPI.
11+
* We now build ``manylinux_2_34`` wheels and publish them to PyPI.
1012

1113
.. _v44-0-0:
1214

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "maturin"
1414

1515
[project]
1616
name = "cryptography"
17-
version = "44.0.0"
17+
version = "44.0.1"
1818
authors = [
1919
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
2020
]
@@ -65,7 +65,7 @@ ssh = ["bcrypt >=3.1.5"]
6565
# All the following are used for our own testing.
6666
nox = ["nox >=2024.04.15", "nox[uv] >=2024.03.02; python_version >= '3.8'"]
6767
test = [
68-
"cryptography_vectors==44.0.0",
68+
"cryptography_vectors==44.0.1",
6969
"pytest >=7.4.0",
7070
"pytest-benchmark >=4.0",
7171
"pytest-cov >=2.10.1",

src/cryptography/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"__version__",
1111
]
1212

13-
__version__ = "44.0.0"
13+
__version__ = "44.0.1"
1414

1515

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

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__ = "44.0.0"
9+
__version__ = "44.0.1"

vectors/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "cryptography_vectors"
7-
version = "44.0.0"
7+
version = "44.0.1"
88
authors = [
99
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
1010
]

0 commit comments

Comments
 (0)