diff --git a/CHANGES b/CHANGES index 65fffdc..bf96aa3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -0.2.1 +0.2.1 (2021-09-10) ================== * Move s3 signing functions out of the view so they can be imported and used separately. diff --git a/setup.py b/setup.py index ced1fff..9714e6c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="django-s3sign", - version="0.2.0", + version="0.2.1", author="Anders Pearson", author_email="ctl-dev@columbia.edu", url="https://github.com/ccnmtl/django-s3sign",