Skip to content

Commit

Permalink
Merge pull request #7 from liminspace/develop
Browse files Browse the repository at this point in the history
0.3.2
  • Loading branch information
liminspace authored Apr 5, 2017
2 parents ecd728f + c3c83e3 commit 0ecbdc6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ env:
- DJANGO_VERSION="<1.11" MJML_VERSION=3.2.2
- DJANGO_VERSION="<1.11" MJML_VERSION=3.3.0

- DJANGO_VERSION="<1.12" MJML_VERSION=2.3.3
- DJANGO_VERSION="<1.12" MJML_VERSION=3.0.2
- DJANGO_VERSION="<1.12" MJML_VERSION=3.1.1
- DJANGO_VERSION="<1.12" MJML_VERSION=3.2.2
- DJANGO_VERSION="<1.12" MJML_VERSION=3.3.0

before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.2 (2017-04-06)
==================
* Add support Django 1.11


0.3.1 (2017-03-18)
==================
* Update support new versions of MJML (up to 3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion mjml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

default_app_config = 'mjml.apps.MJMLConfig'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ setuptools
wheel
twine

django>=1.9,<1.11
django>=1.9,<1.12
coverage==4.3.4


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include_package_data=True,
zip_safe=False, # because include static
install_requires=[
'django>=1.8,<1.11',
'django>=1.8,<1.12',
],
keywords=[
'django', 'mjml', 'django-mjml', 'email', 'layout', 'template', 'templatetag',
Expand Down

0 comments on commit 0ecbdc6

Please sign in to comment.