8000 Bump version to 3.4.4 · Python-Markdown/markdown@f99f176 · GitHub
[go: up one dir, main page]

Skip to content

Commit f99f176

Browse files
committed
Bump version to 3.4.4
1 parent d54b172 commit f99f176

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/change_log/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Change Log
33
Python-Markdown Change Log
44
=========================
55

6-
*under development*: version 3.4.4 (a bug-fix release).
6+
July 25, 2023: version 3.4.4 (a bug-fix release).
77

8-
* Add a special case for initial 's to smarty extension (#1305).
8+
* Add a special case for initial `'s` to smarty extension (#1305).
99
* Unescape any backslash escaped inline raw HTML (#1358).
1010
* Unescape backslash escaped TOC token names (#1360).
1111

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

3131

3232
def _get_version(version_info):

0 commit comments

Comments
 (0)
0