Skip to content

Commit

Permalink
bump to 4.0.0 (#397)
Browse files Browse the repository at this point in the history
* bump to 4.0.0

* Update README.rst

Co-authored-by: Alex Gaynor <[email protected]>

* Update README.rst

Co-authored-by: Alex Gaynor <[email protected]>
  • Loading branch information
reaperhulk and alex authored Aug 24, 2022
1 parent 7348207 commit 4d25978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion src/bcrypt/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
__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__ = "[email protected]"
Expand Down

0 comments on commit 4d25978

Please sign in to comment.