Skip to content

Commit

Permalink
Merge pull request #672 from A5rocks/release-1.2.1
Browse files Browse the repository at this point in the history
Bump version to 1.2.1
  • Loading branch information
A5rocks authored Jan 2, 2025
2 parents a49a64b + 0cf75f7 commit 5c5b6db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ Change history

.. towncrier release notes start
Trustme 1.2.1 (2025-01-02)
--------------------------

Bugfixes
~~~~~~~~

- Update from deprecated pyOpenSSL APIs to non-deprecated cryptography APIs. (`#670 <https://github.com/python-trio/trustme/issues/670>`__)


Trustme 1.2.0 (2024-10-07)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/trustme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from contextlib import contextmanager
from enum import Enum
from tempfile import NamedTemporaryFile
from typing import TYPE_CHECKING, Generator, List, Optional, Union, cast
from typing import TYPE_CHECKING, Generator, List, Optional, Union

import idna
from cryptography import x509
Expand Down
2 changes: 1 addition & 1 deletion src/trustme/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0+dev"
__version__ = "1.2.1+dev"

0 comments on commit 5c5b6db

Please sign in to comment.