Skip to content

Commit aab33ac

Browse files
committed
Bump version to 3.3.5
1 parent 7919bfd commit aab33ac

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.5 (a bug-fix release).
6+
Nov 16, 2021: version 3.3.5 (a bug-fix release).
77

88
* Make the `slugify_unicode` function not remove diacritical marks (#1118).
99
* Fix `[toc]` detection when used with `nl2br` extension (#1160).

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, 4, 'final', 0)
29+
__version_info__ = (3, 3, 5, 'final', 0)
3030

3131

3232
def _get_version(version_info):

0 commit comments

Comments
 (0)