From a571ad475d90e64e63286245dca19f4f8cfdcbd6 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 16 Aug 2020 13:01:08 -0500 Subject: reopen master (#224) --- README.rst | 3 +++ src/bcrypt/__about__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.1