Skip to content

Commit

Permalink
bump for 3.2.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Aug 16, 2020
1 parent 314c0f5 commit d539425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Changelog
=========


Unreleased
----------

* Add typehints for library functions
3.2.0
-----

* Added typehints for library functions.
* Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5).
* Shipped ``abi3`` Windows wheels (requires pip >= 20).

3.1.7
-----
Expand Down
4 changes: 2 additions & 2 deletions src/bcrypt/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"

__version__ = "3.1.8.dev1"
__version__ = "3.2.0"

__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"

__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2019 {0}".format(__author__)
__copyright__ = "Copyright 2013-2020 {0}".format(__author__)

0 comments on commit d539425

Please sign in to comment.