From ecc3d9642a7f6d862b4cac77e73d67266f5763b8 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 30 Jun 2016 14:05:12 -0500 Subject: Update changelog + 3.1.0 version bump (#88) --- src/bcrypt/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index e7fc766..c7674a6 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.0.0" +__version__ = "3.1.0" __author__ = "The Python Cryptographic Authority developers" __email__ = "cryptography-dev@python.org" -- cgit v1.2.1