We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bc45d commit 3209bf1Copy full SHA for 3209bf1
3 files changed
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-1.6.0 (UNRELEASED)
+1.6.0 (2025-09-11)
5
------------------
6
* **BACKWARDS INCOMPATIBLE:** Removed support for Python 3.6 and 3.7.
7
* Added support for the low level AEAD AES bindings.
pyproject.toml
@@ -13,7 +13,7 @@ dynamic = ["readme"]
13
14
name = "PyNaCl"
15
# Must be kept in sync with `src/nacl/__init__.py`
16
-version = "1.6.0.dev1"
+version = "1.6.0"
17
authors = [
18
{name = "The PyNaCl developers", email = "cryptography-dev@python.org"}
19
]
src/nacl/__init__.py
@@ -22,4 +22,4 @@
22
__uri__ = "https://github.com/pyca/pynacl/"
23
24
# Must be kept in sync with `pyproject.toml`
25
-__version__ = "1.6.0.dev1"
+__version__ = "1.6.0"
0 commit comments