diff --git a/README.rst b/README.rst index 318fb1d..a59ecdc 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,9 @@ While bcrypt remains a good choice for password storage depending on your specif Changelog ========= +UNRELEASED +---------- + 3.2.0 ----- diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index 0d9b6bf..a3e3fce 100644 --- a/src/bcrypt/__about__.py +++ b/src/bcrypt/__about__.py @@ -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"