diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-12-12 08:02:56 +0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-12-11 19:02:56 -0500 |
| commit | f2ddbf3a758198ddcb4699f31d93db11d4541f8f (patch) | |
| tree | c6c89c57170de7d9ecea0c0a01a666b807564306 /src | |
| parent | 5e6bf06e5b83c9eaa119dae029c4bf191ee094c4 (diff) | |
| download | py-bcrypt-git-f2ddbf3a758198ddcb4699f31d93db11d4541f8f.tar.gz | |
changelog and bump version to 3.1.5 (#161)3.1.5
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 4ddaae5..541d800 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.4" +__version__ = "3.1.5" __author__ = "The Python Cryptographic Authority developers" __email__ = "cryptography-dev@python.org" |
