From e1991de714093b33def1c0fd01ed8194e3c968c1 Mon Sep 17 00:00:00 2001 From: Pouria Hadjibagheri Date: Sun, 12 Mar 2017 20:51:16 +0000 Subject: [PATCH] New version strategy: updates only needed in __init__, docs and setup files will then automatically follow. --- markdownx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdownx/__init__.py b/markdownx/__init__.py index 2787187..a0373e6 100755 --- a/markdownx/__init__.py +++ b/markdownx/__init__.py @@ -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.' )