Skip to content

Commit

Permalink
38.0.4 changelog and version bump (#7854)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Nov 27, 2022
1 parent 61e9d6a commit c18d056
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Expand Up @@ -9,7 +9,7 @@
"__copyright__",
]

__version__ = "38.0.3"
__version__ = "38.0.4"

__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2022 {}".format(__author__)
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Expand Up @@ -6,4 +6,4 @@
"__version__",
]

__version__ = "38.0.3"
__version__ = "38.0.4"

0 comments on commit c18d056

Please sign in to comment.