Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyca/cryptography
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1
Choose a base ref
...
head repository: pyca/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Sep 22, 2020

  1. 3.1.1 release (#5475)

    alex authored Sep 22, 2020
    Copy the full SHA
    d4e17ea View commit details
Showing with 10 additions and 2 deletions.
  1. +8 −0 CHANGELOG.rst
  2. +1 −1 src/cryptography/__about__.py
  3. +1 −1 vectors/cryptography_vectors/__about__.py
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

.. _v3-1-1:

3.1.1 - 2020-09-22
~~~~~~~~~~~~~~~~~~

* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
OpenSSL 1.1.1h.

.. _v3-1:

3.1 - 2020-08-26
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
)
__uri__ = "https://github.com/pyca/cryptography"

__version__ = "3.1"
__version__ = "3.1.1"

__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

__uri__ = "https://github.com/pyca/cryptography"

__version__ = "3.1"
__version__ = "3.1.1"

__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"