Skip to content

Commit 6053261

Browse files
committed
update version
1 parent e4b6f1f commit 6053261

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ martor |pypi version|
1111
.. image:: https://img.shields.io/pypi/pyversions/martor.svg?style=flat-square
1212
:target: https://pypi.python.org/pypi/martor
1313

14-
.. image:: https://img.shields.io/badge/Django-1.8,%201.9,%201.10-green.svg?style=flat-square
14+
.. image:: https://img.shields.io/badge/Django-1.8,%201.9,%201.10,%201.11-green.svg?style=flat-square
1515
:target: https://www.djangoproject.com
1616

1717
.. image:: https://img.shields.io/pypi/dm/martor.svg?style=flat-square

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.2.0'
3+
__VERSION__ = '1.2.1'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

martor/static/martor/js/martor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.2.0
2+
* Name : Martor v1.2.1
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 18-Sep-2017
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor_demo/app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_markdownify(request):
3535
context = {
3636
'post': {
3737
'title': 'Fake Post',
38-
'description': """It **working**! :smile: [Python Learning](https://python.web.id)"""
38+
'description': """It **working**! :heart: [Python Learning](https://python.web.id)"""
3939
}
4040
}
4141
return render(request, 'test_markdownify.html', context)

0 commit comments

Comments
 (0)