diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-09-17 21:55:16 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-09-17 22:55:16 -0400 |
| commit | e977a1deea4712897f1cdae9ee682fef0e8fd1ce (patch) | |
| tree | cc5ec162e36d2f1790555d16447c996c7937ca88 /src | |
| parent | 8825f7fb639a8beadeb9d91e290eabd6a9e1f02c (diff) | |
| download | py-bcrypt-git-e977a1deea4712897f1cdae9ee682fef0e8fd1ce.tar.gz | |
changelog and bump to 3.1.1 (#93)3.1.1
* changelog and bump to 3.1.1
* simpler language
Diffstat (limited to 'src')
| -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 c7674a6..f0e9882 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.0" +__version__ = "3.1.1" __author__ = "The Python Cryptographic Authority developers" __email__ = "cryptography-dev@python.org" |
