summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-11-27 11:48:24 -0700
committerGitHub <noreply@github.com>2022-11-27 13:48:24 -0500
commitc18d0567386414efa3caef7ed586c4ca75bf3a8b (patch)
tree3018efbd947d0557af1eb7681250a641061da2ac
parent61e9d6a41ec118bd8f0ed8f52de2e08d302cb95f (diff)
downloadcryptography-38.0.x.tar.gz
38.0.4 changelog and version bump (#7854)38.0.438.0.x
-rw-r--r--CHANGELOG.rst9
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9cd4c7e6c..27c485fab 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,15 @@
Changelog
=========
+.. _v38-0-4:
+
+38.0.4 - 2022-11-27
+~~~~~~~~~~~~~~~~~~~
+
+* Fixed compilation when using LibreSSL 3.6.0.
+* Fixed error when using ``py2app`` to build an application with a
+ ``cryptography`` dependency.
+
.. _v38-0-3:
38.0.3 - 2022-11-01
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 15425c916..ca7957452 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
-__version__ = "38.0.3"
+__version__ = "38.0.4"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2022 {}".format(__author__)
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 72ae92bc8..35519f459 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
-__version__ = "38.0.3"
+__version__ = "38.0.4"