Release 346 (#5840)

* Update for branch name change (#5838)

* Changelog + version bump for 3.4.6
This commit is contained in:
Alex Gaynor 2021-02-16 15:21:06 -05:00 committed by GitHub
parent 4d77fb9d3e
commit 75b002ae7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View file

@ -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()

View file

@ -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

View file

@ -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"

View file

@ -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"