Skip to content

Commit

Permalink
Bump version to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Jul 25, 2023
1 parent d54b172 commit f99f176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/change_log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Change Log
Python-Markdown Change Log
=========================

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

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

Expand Down
2 changes: 1 addition & 1 deletion markdown/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# (1, 2, 0, 'beta', 2) => "1.2b2"
# (1, 2, 0, 'rc', 4) => "1.2rc4"
# (1, 2, 0, 'final', 0) => "1.2"
__version_info__ = (3, 4, 3, 'final', 0)
__version_info__ = (3, 4, 4, 'final', 0)


def _get_version(version_info):
Expand Down

0 comments on commit f99f176

Please sign in to comment.