reopen master (#224)

This commit is contained in:
Paul Kehrer 2020-08-16 13:01:08 -05:00 committed by GitHub
parent d5394252d6
commit a571ad475d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,9 @@ While bcrypt remains a good choice for password storage depending on your specif
Changelog
=========
UNRELEASED
----------
3.2.0
-----

View File

@ -32,7 +32,7 @@ __title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"
__version__ = "3.2.0"
__version__ = "3.2.1.dev1"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"