From 25a2069ff238e56e8d660c08b5e69f3fcad8207c Mon Sep 17 00:00:00 2001 From: Alexandre Macabies Date: Thu, 22 Oct 2020 23:41:20 +0200 Subject: [PATCH] Bump version to 1.0.1. --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0320703..213ebc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +* Fix compatibility for Markdown 3.3.1 and up. + ## 1.0.0 This major revision **is not backward compatible** and introduces **subtle rendering diffs**. diff --git a/setup.py b/setup.py index 9783292..0791184 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="py-gfm", - version="1.0.0", + version="1.0.1", description="An implementation of Github-Flavored Markdown written as an " "extension to the Python Markdown library.", long_description=long_description,