diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2020-10-25 16:16:19 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2020-10-25 16:19:54 -0400 |
commit | 447da662b0c9548941a44a911e45c7cf6ad32861 (patch) | |
tree | 7c7a2427d105442e0e094a8e70a532fcb23edd75 /docs | |
parent | 11c9e179390ba4e3fbc5ed35b9af16ea93f7d5ca (diff) | |
download | python-markdown-3.3.3.tar.gz |
Bump version to 3.3.33.3.3
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change_log/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md index fd9ba20..632449a 100644 --- a/docs/change_log/index.md +++ b/docs/change_log/index.md @@ -3,7 +3,7 @@ title: Change Log Python-Markdown Change Log ========================= -Under development: version 3.3.3 (a bug-fix release). +Oct 25, 2020: version 3.3.3 (a bug-fix release). * Unify all block-level tags (#1047). * Fix issue where some empty elements would have text rendered as `None` when using `md_in_html` (#1049). |