We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4290066 commit 6d39f51Copy full SHA for 6d39f51
docs/source/index.rst
@@ -122,6 +122,15 @@ Change history
122
123
.. towncrier release notes start
124
125
+Trustme 1.2.1 (2025-01-02)
126
+--------------------------
127
+
128
+Bugfixes
129
+~~~~~~~~
130
131
+- Update from deprecated pyOpenSSL APIs to non-deprecated cryptography APIs. (`#670 <https://github.com/python-trio/trustme/issues/670>`__)
132
133
134
Trustme 1.2.0 (2024-10-07)
135
--------------------------
136
newsfragments/670.bugfix.rst
src/trustme/_version.py
@@ -1 +1 @@
1
-__version__ = "1.2.0+dev"
+__version__ = "1.2.1"
0 commit comments