diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-12-17 13:25:43 -0600 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-12-17 14:25:43 -0500 |
| commit | fdd28f4f96f5095090d57d10fb59b8d59a909ab7 (patch) | |
| tree | 69a493daf3883ad05f7c338bbea75d7cda887587 /src/bcrypt | |
| parent | 044605b6877da8db60ec1aa23a24356b9eb95631 (diff) | |
| download | py-bcrypt-git-3.1.2.tar.gz | |
3.1.2 changelog and version bump (#101)3.1.2
Diffstat (limited to 'src/bcrypt')
| -rw-r--r-- | src/bcrypt/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index f0e9882..f8940a3 100644 --- a/src/bcrypt/__about__.py +++ b/src/bcrypt/__about__.py @@ -26,7 +26,7 @@ __title__ = "bcrypt" __summary__ = "Modern password hashing for your software and your servers" __uri__ = "https://github.com/pyca/bcrypt/" -__version__ = "3.1.1" +__version__ = "3.1.2" __author__ = "The Python Cryptographic Authority developers" __email__ = "cryptography-dev@python.org" |
