Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a86360fef7 |
@ -49,6 +49,11 @@ While bcrypt remains a good choice for password storage depending on your specif
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
3.2.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Fixed packaging of ``py.typed`` files in wheels so that ``mypy`` works.
|
||||||
|
|
||||||
3.2.1
|
3.2.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|||||||
@ -24,6 +24,7 @@ classifiers =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
|
include_package_data = True
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
package_dir =
|
package_dir =
|
||||||
=src
|
=src
|
||||||
|
|||||||
@ -32,7 +32,7 @@ __title__ = "bcrypt"
|
|||||||
__summary__ = "Modern password hashing for your software and your servers"
|
__summary__ = "Modern password hashing for your software and your servers"
|
||||||
__uri__ = "https://github.com/pyca/bcrypt/"
|
__uri__ = "https://github.com/pyca/bcrypt/"
|
||||||
|
|
||||||
__version__ = "3.2.1"
|
__version__ = "3.2.2"
|
||||||
|
|
||||||
__author__ = "The Python Cryptographic Authority developers"
|
__author__ = "The Python Cryptographic Authority developers"
|
||||||
__email__ = "cryptography-dev@python.org"
|
__email__ = "cryptography-dev@python.org"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user