summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-05-08 13:18:06 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2020-05-08 13:22:47 -0400
commit7df1ed30d98cdc1316ec8da150644d957f1c6303 (patch)
tree0d8a540887385a08c25a4ee148269440f2bbb0ed
parent3e69f18d426295f513b935fb89d22770014cea45 (diff)
downloadpython-markdown-7df1ed30d98cdc1316ec8da150644d957f1c6303.tar.gz
Bump version to 3.2.23.2.2
-rw-r--r--docs/change_log/index.md2
-rw-r--r--markdown/__meta__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index 8975de6..a5873cc 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -3,7 +3,7 @@ title: Change Log
Python-Markdown Change Log
=========================
-Under development: version 3.2.2 (a bug-fix release).
+May 8, 2020: version 3.2.2 (a bug-fix release).
* Add `checklinks` tox environment to ensure all links in documentation are good.
* Refactor extension API documentation (#729).
diff --git a/markdown/__meta__.py b/markdown/__meta__.py
index 4d88aa4..436ed0d 100644
--- a/markdown/__meta__.py
+++ b/markdown/__meta__.py
@@ -26,7 +26,7 @@ License: BSD (see LICENSE.md for details).
# (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, 'final', 0)
+__version_info__ = (3, 2, 2, 'final', 0)
def _get_version(version_info):