From 7c97f65441115bec5f285041144d8ff1fbea538c Mon Sep 17 00:00:00 2001 From: Bas Westerbaan Date: Fri, 17 Jun 2016 11:51:55 +0200 Subject: [PATCH] Preparing release 1.2 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a945c07..637ffd0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ argon2pure Changelog ==================== -1.2 (unreleased) +1.2 (2016-06-17) ---------------- - Support and switch the default to Argon2 v1.3 diff --git a/setup.py b/setup.py index 089865e..f3302a6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='argon2pure', - version='1.2.dev0', + version='1.2', description='Pure python implementation of the ARGON2 password hash', long_description=long_description, author='Bas Westerbaan',