Skip to content

Commit

Permalink
Prepare 16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Sep 10, 2016
1 parent 181b81b commit 31d5630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Versions are year-based with a strict backward compatibility policy.
The third digit is only for regressions.


16.2.0 (UNRELEASED)
16.2.0 (2016-09-10)
-------------------

Vendoring Argon2 @ UNRELEASED
Vendoring Argon2 @ `4844d2fee15d44cb19296ddf36029326d17c5aa3 <https://github.com/P-H-C/phc-winner-argon2/tree/4844d2fee15d44cb19296ddf36029326d17c5aa3>`_

Changes:
^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion src/argon2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .low_level import Type


__version__ = "16.2.0.dev0"
__version__ = "16.2.0"

__title__ = "argon2_cffi"
__description__ = "The secure Argon2 password hashing algorithm."
Expand Down

0 comments on commit 31d5630

Please sign in to comment.