New version strategy: updates only needed in __init__, docs and setup files will then automatically follow.

This commit is contained in:
Pouria Hadjibagheri 2017-03-12 20:51:16 +00:00
parent 64c63d6ed4
commit e1991de714

View file

@ -44,5 +44,5 @@ __version__ = '1.8.1'
if __name__ == '__main__':
raise RuntimeError(
'MarkdownX is a Django plugin. It is not meant to be run an stand-alone module.'
'MarkdownX is a Django plugin. It is not meant to be run as an stand-alone module.'
)