Skip to content

Commit 5171797

Browse files
authored
21.0.0 release (#1041)
1 parent 487863c commit 5171797

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Versions are year-based with a strict backward-compatibility policy.
55
The third digit is only for regressions.
66

7-
21.0.0 (UNRELEASED)
7+
21.0.0 (2020-09-28)
88
-------------------
99

1010
Backward-incompatible changes:
@@ -23,6 +23,8 @@ Changes:
2323
`#993 <https://github.com/pyca/pyopenssl/pull/993>`_
2424
- Added ``OpenSSL.SSL.Context.set_min_proto_version`` and ``OpenSSL.SSL.Context.set_max_proto_version``
2525
to set the minimum and maximum supported TLS version `#985 <https://github.com/pyca/pyopenssl/pull/985>`_.
26+
- Updated ``to_cryptography`` and ``from_cryptography`` methods to support an upcoming release of ``cryptography`` without raising deprecation warnings.
27+
`#1030 <https://github.com/pyca/pyopenssl/pull/1030>`_
2628

2729
20.0.1 (2020-12-15)
2830
-------------------

src/OpenSSL/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"__version__",
1818
]
1919

20-
__version__ = "21.0.0.dev"
20+
__version__ = "21.0.0"
2121

2222
__title__ = "pyOpenSSL"
2323
__uri__ = "https://pyopenssl.org/"

0 commit comments

Comments
 (0)