Skip to content

Commit 58d40e6

Browse files
authored
bump for 1.4.0 (#590)
1 parent 1364bf5 commit 58d40e6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

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

4-
1.4.0 (UNRELEASED)
4+
1.4.0 (2020-05-25)
55
------------------
66

77
* Update ``libsodium`` to 1.0.18.
@@ -10,6 +10,7 @@ Changelog
1010
* Added support for Python 3.8, and removed support for Python 3.4.
1111
* Add low level bindings for extracting the seed and the public key
1212
from crypto_sign_ed25519 secret key
13+
* Add low level bindings for deterministic random generation.
1314
* Add ``wheel`` and ``setuptools`` setup_requirements in ``setup.py`` (#485)
1415
* Fix checks on very slow builders (#481, #495)
1516
* Add low-level bindings to ed25519 arithmetic functions

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ Features
3232
* Public-key encryption
3333
* Hashing and message authentication
3434
* Password based key derivation and password hashing
35+
36+
`Changelog`_
37+
------------
38+
39+
.. _Changelog: https://pynacl.readthedocs.io/en/stable/changelog/

src/nacl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"library")
2525
__uri__ = "https://github.com/pyca/pynacl/"
2626

27-
__version__ = "1.4.0.dev1"
27+
__version__ = "1.4.0"
2828

2929
__author__ = "The PyNaCl developers"
3030
__email__ = "[email protected]"

0 commit comments

Comments
 (0)