Skip to content

Commit 3209bf1

Browse files
authored
release 1.6.0 (#891)
1 parent 15bc45d commit 3209bf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
1.6.0 (UNRELEASED)
4+
1.6.0 (2025-09-11)
55
------------------
66
* **BACKWARDS INCOMPATIBLE:** Removed support for Python 3.6 and 3.7.
77
* Added support for the low level AEAD AES bindings.

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.0.dev1"
16+
version = "1.6.0"
1717
authors = [
1818
{name = "The PyNaCl developers", email = "cryptography-dev@python.org"}
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.0.dev1"
25+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)