Skip to content

Commit

Permalink
Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Feb 12, 2020
1 parent 74c0166 commit c282d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/change_log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Change Log
Python-Markdown Change Log
=========================

Under Development: Released version 3.2.1 (a bug-fix release).
Feb 12, 2020: Released version 3.2.1 (a bug-fix release).

* The `name` property in `toc_tokens` from the TOC extension now
escapes HTML special characters (`<`, `>`, and `&`).
Expand Down
2 changes: 1 addition & 1 deletion markdown/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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, 2, 1, 'dev', 0)
__version_info__ = (3, 2, 1, 'final', 0)


def _get_version(): # pragma: no cover
Expand Down

0 comments on commit c282d46

Please sign in to comment.