File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
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.
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.0.dev1 "
16+ version = " 1.6.0"
1717authors = [
1818 {name = " The PyNaCl developers" , email = " cryptography-dev@python.org" }
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.0.dev1 "
25+ __version__ = "1.6.0"
You can’t perform that action at this time.
0 commit comments