Skip to content

Commit 7e8c732

Browse files
author
Agus Makmun
committed
feat: support django 3.2 to gitlab-ci, add more tests
1 parent ae80bfd commit 7e8c732

File tree

12 files changed

+100
-24
lines changed

12 files changed

+100
-24
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ matrix:
2121
env: DJANGO="==3.0.*"
2222
- python: 3.6
2323
env: DJANGO="==3.1.*"
24+
- python: 3.6
25+
env: DJANGO="==3.2.*"
2426

2527
- python: 3.7
2628
env: DJANGO="==2.0.*"
@@ -32,6 +34,8 @@ matrix:
3234
env: DJANGO="==3.0.*"
3335
- python: 3.7
3436
env: DJANGO="==3.1.*"
37+
- python: 3.7
38+
env: DJANGO="==3.2.*"
3539

3640
- python: 3.8
3741
env: DJANGO="==2.0.*"
@@ -43,6 +47,8 @@ matrix:
4347
env: DJANGO="==3.0.*"
4448
- python: 3.8
4549
env: DJANGO="==3.1.*"
50+
- python: 3.8
51+
env: DJANGO="==3.2.*"
4652

4753
- python: 3.9
4854
env: DJANGO="==2.0.*"
@@ -54,10 +60,12 @@ matrix:
5460
env: DJANGO="==3.0.*"
5561
- python: 3.9
5662
env: DJANGO="==3.1.*"
63+
- python: 3.9
64+
env: DJANGO="==3.2.*"
5765

5866
- os: osx
5967
language: generic
60-
env: DJANGO="==3.1.*"
68+
env: DJANGO="==3.2.*"
6169

6270
# Perform the manual steps on OSX to install Python3 and activate venv:
6371
# Since Python versions have been tested on Linux and it is only a matter of

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Checkout at http://127.0.0.1:8000/simple-form/ on your browser.
345345
[7]: https://img.shields.io/pypi/pyversions/martor.svg
346346
[8]: https://pypi.python.org/pypi/martor
347347

348-
[9]: https://img.shields.io/badge/Django-1.8%20%3E=%203.1-green.svg
348+
[9]: https://img.shields.io/badge/Django-1.8%20%3E=%203.2-green.svg
349349
[10]: https://www.djangoproject.com
350350

351351
[11]: https://travis-ci.org/agusmakmun/django-markdown-editor.svg?branch=master

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.6.4'
3+
__VERSION__ = '1.6.5'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

martor/static/martor/css/martor-admin.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.semantic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.4
2+
* Name : Martor v1.6.5
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-Jul-2021
4+
* Release date : 18-Nov-2021
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

martor/static/martor/js/martor.bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.semantic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.4
2+
* Name : Martor v1.6.5
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-Jul-2021
4+
* Release date : 18-Nov-2021
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

martor/static/martor/js/martor.semantic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)