Skip to content

Commit d01713f

Browse files
committed
noqa
1 parent cc46e1b commit d01713f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Please register application in https://api.imgur.com/oauth2/addclient
9898
to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
9999

100100
Check this setting is not set else csrf will not be sent over ajax calls
101+
101102
::
102103
CSRF_COOKIE_HTTPONLY = False
103104

draceditor/__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.1.7'
3+
__VERSION__ = '1.1.8'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

draceditor/static/draceditor/js/draceditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : DracEditor v1.1.7
2+
* Name : DracEditor v1.1.8
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 15-March-2017
4+
* Release date : 11-April-2017
55
* Official : https://dracos-linux.org
66
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
77
* Repository : https://github.com/agusmakmun/dracos-markdown-editor

0 commit comments

Comments
 (0)