Skip to content

Commit db98a26

Browse files
committed
Bump version to 3.3.7
1 parent 21ba00c commit db98a26

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.7 (a bug-fix release).
6+
May 5, 2022: version 3.3.7 (a bug-fix release).
77

88
* Disallow square brackets in reference link ids (#1209).
99
* Retain configured `pygments_style` after first code block (#1240).

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

3131

3232
def _get_version(version_info):

0 commit comments

Comments
 (0)