diff options
author | rsiddharth <s@ricketyspace.net> | 2020-07-11 17:50:40 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-07-11 17:51:58 -0400 |
commit | 13aecb75b8437e3a892b5de286f62eb9584a7c74 (patch) | |
tree | 62045a36fad6a52f4ae64f69274c37eeed92abe9 /markdown_link_style | |
parent | 0aab8f3ca7428d1ae3b233defab5c29ff798f71c (diff) |
setup.py: Update install_requires
* markdown_link_style/_version.py
* setup.py (install_requires): Stick to mistune version <1. I think
version 2 is not backward compatible with version 0.X series.
Diffstat (limited to 'markdown_link_style')
-rw-r--r-- | markdown_link_style/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown_link_style/_version.py b/markdown_link_style/_version.py index 1a8a791..3db7122 100644 --- a/markdown_link_style/_version.py +++ b/markdown_link_style/_version.py @@ -18,4 +18,4 @@ # along with markdown-link-style (see COPYING). If not, see # <http://www.gnu.org/licenses/>. -__version__ = '0.2.0' +__version__ = '0.2.1.dev1' |