bump to 4.0.0 (#397)
* bump to 4.0.0 * Update README.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> * Update README.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
parent
7348207369
commit
4d2597844a
@ -50,12 +50,17 @@ While bcrypt remains an acceptable choice for password storage, depending on you
|
||||
Changelog
|
||||
=========
|
||||
|
||||
UNRELEASED
|
||||
----------
|
||||
4.0.0
|
||||
-----
|
||||
|
||||
* ``bcrypt`` is now implemented in Rust. Users building from source will need
|
||||
to have a Rust compiler available. Nothing will change for users downloading
|
||||
wheels.
|
||||
* We no longer ship ``manylinux2010`` wheels. Users should upgrade to the latest
|
||||
``pip`` to ensure this doesn’t cause issues downloading wheels on their
|
||||
platform. We now ship ``manylinux_2_28`` wheels for users on new enough platforms.
|
||||
* ``NUL`` bytes are now allowed in inputs.
|
||||
|
||||
|
||||
3.2.2
|
||||
-----
|
||||
|
||||
@ -32,7 +32,7 @@ __title__ = "bcrypt"
|
||||
__summary__ = "Modern password hashing for your software and your servers"
|
||||
__uri__ = "https://github.com/pyca/bcrypt/"
|
||||
|
||||
__version__ = "4.0.0.dev1"
|
||||
__version__ = "4.0.0"
|
||||
|
||||
__author__ = "The Python Cryptographic Authority developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user