Skip to content

Commit ecf41f5

Browse files
authored
changelog and version bump for 1.6.2 (#923)
1 parent 685a5e7 commit ecf41f5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
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+
49
1.6.1 (2025-11-10)
510
------------------
611
* The ``MAKE`` environment variable can now be used to specify the ``make``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dynamic = ["readme"]
1313

1414
name = "PyNaCl"
1515
# Must be kept in sync with `src/nacl/__init__.py`
16-
version = "1.6.1"
16+
version = "1.6.2"
1717
authors = [
1818
{name = "The PyNaCl developers", email = "[email protected]"}
1919
]

src/nacl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
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"

0 commit comments

Comments
 (0)