aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-03-16 05:36:12 +0800
committerGitHub <noreply@github.com>2022-03-15 17:36:12 -0400
commitdf06889f348d7c3b7e9c35e4e5a1b1480f0b2c5a (patch)
tree403304ea55c98fb79e802507c56b4705f6b5f30c
parent1a2e791baaf9eae62fb9b1f186d50c01b678f485 (diff)
downloadpyca-cryptography-36.0.x.zip
pyca-cryptography-36.0.x.tar.gz
pyca-cryptography-36.0.x.tar.bz2
version bump and changelog (#6964)36.0.236.0.x
-rw-r--r--CHANGELOG.rst4
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index fb62f0e..5acaacf 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,9 +3,11 @@ Changelog
.. _v36-0-2:
-36.0.2 - Unreleased
+36.0.2 - 2022-03-15
~~~~~~~~~~~~~~~~~~~
+* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 1.1.1n.
+
.. _v36-0-1:
36.0.1 - 2021-12-14
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 8848a19..8adcef2 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
-__version__ = "36.0.1"
+__version__ = "36.0.2"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2021 {}".format(__author__)
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 6b75097..31a4495 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
-__version__ = "36.0.1"
+__version__ = "36.0.2"