Prepare 21.3.0
This commit is contained in:
parent
f84ffa0d90
commit
6bcdd94d2c
@ -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
|
||||
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user