Skip to content

Commit 30fa257

Browse files
author
Agus Makmun
committed
feat: bump version to compatible with Django 5.0 #236
1 parent 824fa88 commit 30fa257

8 files changed

+16
-16
lines changed

martor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = "1.6.38"
4-
__RELEASE_DATE__ = "15-Mar-2024"
3+
__VERSION__ = "1.6.39"
4+
__RELEASE_DATE__ = "24-Mar-2024"
55
__AUTHOR__ = "Agus Makmun (Summon Agus)"
66
__AUTHOR_EMAIL__ = "[email protected]"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.38
2+
* Name : Martor v1.6.39
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-Mar-2024
4+
* Release date : 24-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.38
2+
* Name : Martor v1.6.39
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-Mar-2024
4+
* Release date : 24-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.38
2+
* Name : Martor v1.6.39
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-Mar-2024
4+
* Release date : 24-Mar-2024
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.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.38
2+
* Name : Martor v1.6.39
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-Mar-2024
4+
* Release date : 24-Mar-2024
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

+2-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.38
2+
* Name : Martor v1.6.39
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-Mar-2024
4+
* Release date : 24-Mar-2024
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)