Prepare 21.3.0

This commit is contained in:
Hynek Schlawack 2021-12-11 12:45:12 +01:00
parent f84ffa0d90
commit 6bcdd94d2c
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ What explicitly *may* change over time are the default hashing parameters and th
<!-- changelog follows -->
## [Unreleased](https://github.com/hynek/argon2-cffi/compare/21.2.0...HEAD)
## [21.3.0](https://github.com/hynek/argon2-cffi/compare/21.2.0...21.3.0) - 2021-12-11
### Fixed

View File

@ -18,7 +18,7 @@ from ._utils import Parameters, extract_parameters
from .low_level import Type
__version__ = "21.3.0.dev0"
__version__ = "21.3.0"
__title__ = "argon2-cffi"
__description__ = (__doc__ or "").strip()