Skip to content

Commit 447da66

Browse files
committed
Bump version to 3.3.3
1 parent 11c9e17 commit 447da66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/change_log/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Change Log
33
Python-Markdown Change Log
44
=========================
55

6-
Under development: version 3.3.3 (a bug-fix release).
6+
Oct 25, 2020: version 3.3.3 (a bug-fix release).
77

88
* Unify all block-level tags (#1047).
99
* Fix issue where some empty elements would have text rendered as `None` when using `md_in_html` (#1049).

markdown/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# (1, 2, 0, 'beta', 2) => "1.2b2"
2727
# (1, 2, 0, 'rc', 4) => "1.2rc4"
2828
# (1, 2, 0, 'final', 0) => "1.2"
29-
__version_info__ = (3, 3, 2, 'final', 0)
29+
__version_info__ = (3, 3, 3, 'final', 0)
3030

3131

3232
def _get_version(version_info):

0 commit comments

Comments
 (0)