summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-05-01 11:53:44 -0600
committerGitHub <noreply@github.com>2022-05-01 11:53:44 -0600
commita86360fef7859054c6a8050cf67e62127f5e2643 (patch)
tree5c39a155794c7df14ecb95264a787079b9119f40 /src
parent0df855d4ad23fa66379d3ac751e39b5d8a7a39f1 (diff)
downloadpy-bcrypt-git-a86360fef7859054c6a8050cf67e62127f5e2643.tar.gz
Prepare for the 3.2.2 release (#322)3.2.23.2.x
Diffstat (limited to 'src')
-rw-r--r--src/bcrypt/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py
index 8c16ace..8bcee8d 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.1"
+__version__ = "3.2.2"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"