Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zopieux committed Oct 22, 2020
1 parent b3a33ab commit 25a2069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 25a2069

Please sign in to comment.