Skip to content

Commit

Permalink
Bump version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky-sb committed Mar 17, 2021
1 parent 1e3b233 commit badcd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-happymailer',
version='0.2.1',
version='0.3.1',
description='django email templates manager',
author='Victor Kotcheruba',
author_email='barbuzaster@gmail.com',
Expand All @@ -11,7 +11,7 @@
include_package_data=True,
packages=find_packages(exclude=['django_happymailer','dummy','dummy2']),
install_requires=[
'django >= 2.0',
'django >= 3.0',
'django-import-export >= 0.4.5',
'faker >= 0.8.6',
'html2text >= 2016.5.29',
Expand Down

0 comments on commit badcd4a

Please sign in to comment.