Skip to content
Snippets Groups Projects
Commit f020fe725d02 authored by Paul Kehrer's avatar Paul Kehrer
Browse files

bump for 3.2.0 (#223)

parent d54a0d101761
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,6 @@
=========
Unreleased
----------
3.2.0
-----
......@@ -58,4 +58,3 @@
* Add typehints for library functions
* Added typehints for library functions.
* Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5).
......@@ -61,4 +60,5 @@
* Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5).
* Shipped ``abi3`` Windows wheels (requires pip >= 20).
3.1.7
-----
......
......@@ -32,9 +32,9 @@
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"
__version__ = "3.1.8.dev1"
__version__ = "3.2.0"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
......@@ -36,6 +36,6 @@
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2019 {0}".format(__author__)
__copyright__ = "Copyright 2013-2020 {0}".format(__author__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment