Skip to content

Commit

Permalink
minimun django ses version is 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alicertel committed Sep 2, 2020
1 parent 76b9b47 commit 8c1d21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django >= 1.11
celery >= 4
django-ses >= 0.8.7
django-ses >= 1.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

setup(
name='django-ses-plus',
version='0.1.1',
version='0.2.1',
packages=['django_ses_plus'],
include_package_data=True,
install_requires=['Django >= 1.11', 'django-ses >= 0.8.7', 'celery >= 4'],
install_requires=['Django >= 1.11', 'django-ses >= 1.0.0', 'celery >= 4'],
license='Apache-2.0',
description="It's a Django module to store and send email with AWS SES.",
long_description=README,
Expand Down

0 comments on commit 8c1d21e

Please sign in to comment.