Skip to content

Commit 76872a6

Browse files
author
Agus Makmun
committed
fix: merge gettex_lazy, bump version
1 parent 42095c5 commit 76872a6

File tree

9 files changed

+24
-16
lines changed

9 files changed

+24
-16
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ matrix:
2323
env: DJANGO="==3.1.*"
2424
- python: 3.6
2525
env: DJANGO="==3.2.*"
26+
- python: 3.6
27+
env: DJANGO="==4.0"
2628

2729
- python: 3.7
2830
env: DJANGO="==2.0.*"
@@ -36,6 +38,8 @@ matrix:
3638
env: DJANGO="==3.1.*"
3739
- python: 3.7
3840
env: DJANGO="==3.2.*"
41+
- python: 3.7
42+
env: DJANGO="==4.0"
3943

4044
- python: 3.8
4145
env: DJANGO="==2.0.*"
@@ -49,6 +53,8 @@ matrix:
4953
env: DJANGO="==3.1.*"
5054
- python: 3.8
5155
env: DJANGO="==3.2.*"
56+
- python: 3.8
57+
env: DJANGO="==4.0"
5258

5359
- python: 3.9
5460
env: DJANGO="==2.0.*"
@@ -62,10 +68,12 @@ matrix:
6268
env: DJANGO="==3.1.*"
6369
- python: 3.9
6470
env: DJANGO="==3.2.*"
71+
- python: 3.9
72+
env: DJANGO="==4.0"
6573

6674
- os: osx
6775
language: generic
68-
env: DJANGO="==3.2.*"
76+
env: DJANGO="==4.0"
6977

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

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.6'
3+
__VERSION__ = '1.6.7'
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.6
2+
* Name : Martor v1.6.7
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 16-Dec-2021
4+
* Release date : 19-Dec-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.6
2+
* Name : Martor v1.6.7
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 16-Dec-2021
4+
* Release date : 19-Dec-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)