mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-22 11:21:54 +00:00
New version strategy: updates only needed in __init__, docs and setup files will then automatically follow.
This commit is contained in:
parent
64c63d6ed4
commit
e1991de714
1 changed files with 1 additions and 1 deletions
|
|
@ -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.'
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue