From 46f9c0a2f2c909a5765f748f2c188e336af221ed Mon Sep 17 00:00:00 2001 From: Jan Varho Date: Sun, 7 Feb 2021 12:27:32 +0200 Subject: [PATCH] Prepare v2.0.0 release --- CHANGES | 2 +- pylibscrypt/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 08c2759..624b86d 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ Release History 2.0.0 -- -??? +2021-02-07 Major release: - Drops support for python 2.x and 3.3 diff --git a/pylibscrypt/__init__.py b/pylibscrypt/__init__.py index a3cf542..c393eee 100644 --- a/pylibscrypt/__init__.py +++ b/pylibscrypt/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2019, Jan Varho +# Copyright (c) 2014-2021, Jan Varho # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ """Scrypt for Python""" -__version__ = '2.0.0-git' +__version__ = '2.0.0' # First, try hashlib _done = False