File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.6.2 (2026-01-01)
5+ ------------------
6+ * Updated ``libsodium `` to 1.0.20-stable (2025-12-31 build) to resolve
7+ ``CVE-2025-69277 ``.
8+
491.6.1 (2025-11-10)
510------------------
611* The ``MAKE `` environment variable can now be used to specify the ``make ``
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dynamic = ["readme"]
1313
1414name = " PyNaCl"
1515# Must be kept in sync with `src/nacl/__init__.py`
16- version = " 1.6.1 "
16+ version = " 1.6.2 "
1717authors = [
1818 {
name =
" The PyNaCl developers" ,
email =
" [email protected] " }
1919]
Original file line number Diff line number Diff line change 2222__uri__ = "https://github.com/pyca/pynacl/"
2323
2424# Must be kept in sync with `pyproject.toml`
25- __version__ = "1.6.1 "
25+ __version__ = "1.6.2 "
You can’t perform that action at this time.
0 commit comments