Skip to content

Commit

Permalink
Prepare 21.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 8, 2021
1 parent 02ba010 commit c522053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -20,7 +20,7 @@ Whenever breaking changes are needed, they are:
What explicitly *may* change over time are the default hashing parameters and the behavior of the [CLI interface](https://argon2-cffi.readthedocs.io/en/stable/cli.html).


## [Unreleased](https://github.com/hynek/argon2-cffi/compare/21.1.0...HEAD)
## [21.2.0](https://github.com/hynek/argon2-cffi/compare/21.1.0...21.2.0) - 2021-12-08

### Removed

Expand Down
2 changes: 1 addition & 1 deletion src/argon2/__init__.py
Expand Up @@ -18,7 +18,7 @@
from .low_level import Type


__version__ = "21.2.0.dev0"
__version__ = "21.2.0"

__title__ = "argon2-cffi"
__description__ = (__doc__ or "").strip()
Expand Down

0 comments on commit c522053

Please sign in to comment.