Skip to content

Commit

Permalink
Merge pull request #140 from ccnmtl/release-0.4.0
Browse files Browse the repository at this point in the history
🔖 release version 0.4.0
  • Loading branch information
ndittren authored Sep 21, 2023
2 parents ca71f91 + d24e481 commit 97c7aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4.0
0.4.0 (2023-09-21)
==================
* Adjust S3Upload.file_dom_selector to allow for any DOM selector
rather than just an ID.
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@

setup(
name="django-s3sign",
version="0.3.3",
version="0.4.0",
author="Anders Pearson",
author_email="[email protected]",
url="https://github.com/ccnmtl/django-s3sign",
description="Django view for AWS S3 signing",
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=['Django>=3.2', 'nose', 'boto3', 'botocore'],
install_requires=['Django>=3.2', 'boto3', 'botocore'],
scripts=[],
license="GPL3",
platforms=["any"],
zip_safe=False,
package_data={'': ['*.*']},
packages=['s3sign'],
test_suite='nose.collector',
include_package_data=True,
)

0 comments on commit 97c7aed

Please sign in to comment.