Skip to content

Commit

Permalink
Prepare 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 2, 2016
1 parent 654bec1 commit 680f765
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,7 +5,7 @@ Versions are year-based with a strict backward compatibility policy.
The third digit is only for regressions.


16.0.0 (UNRELEASED)
16.0.0 (2016-01-02)
-------------------

Vendoring ``argon2`` @ 39382287249765049b9982942f6849ab7ee11ce9_.
Expand All @@ -23,7 +23,7 @@ Changes:
^^^^^^^^

- Add ``argon2.PasswordHasher``.
A higher-level class specifically for hashing passwords that also works on unicode.
A higher-level class specifically for hashing passwords that also works on Unicode strings.
- Add ``argon2.low_level`` module with low-level API bindings for building own high-level abstractions.


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.0.0.dev0"
__version__ = "16.0.0"

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

0 comments on commit 680f765

Please sign in to comment.