mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Release 346 (#5840)
* Update for branch name change (#5838) * Changelog + version bump for 3.4.6
This commit is contained in:
parent
4d77fb9d3e
commit
75b002ae7f
4 changed files with 11 additions and 3 deletions
2
.github/workflows/download_openssl.py
vendored
2
.github/workflows/download_openssl.py
vendored
|
|
@ -51,7 +51,7 @@ def main(platform, target):
|
|||
print("Looking for: {}".format(target))
|
||||
runs_url = (
|
||||
"https://api.github.com/repos/pyca/infra/actions/workflows/"
|
||||
"{}/runs?branch=master&status=success".format(workflow)
|
||||
"{}/runs?branch=main&status=success".format(workflow)
|
||||
)
|
||||
|
||||
response = get_response(session, runs_url, token).json()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v3-4-6:
|
||||
|
||||
3.4.6 - 2021-02-16
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
|
||||
OpenSSL 1.1.1j.
|
||||
|
||||
.. _v3-4-5:
|
||||
|
||||
3.4.5 - 2021-02-13
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ __summary__ = (
|
|||
)
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "3.4.5"
|
||||
__version__ = "3.4.6"
|
||||
|
||||
__author__ = "The Python Cryptographic Authority and individual contributors"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ __summary__ = "Test vectors for the cryptography package."
|
|||
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "3.4.5"
|
||||
__version__ = "3.4.6"
|
||||
|
||||
__author__ = "The Python Cryptographic Authority and individual contributors"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
Loading…
Reference in a new issue