summaryrefslogtreecommitdiff
path: root/markdown
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-10-19 14:30:43 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2020-10-19 14:40:45 -0400
commit56b03b21f50d2b28b7ab87df7d8015e1f1b62184 (patch)
tree2a414f38bb6c1cc7d405330f853e47fad2d2c603 /markdown
parent2766698ac88ae9218d41b3ca1d9fbd4b4bd105e5 (diff)
downloadpython-markdown-3.3.2.tar.gz
Bump version to 3.3.23.3.2
Diffstat (limited to 'markdown')
-rw-r--r--markdown/__meta__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/__meta__.py b/markdown/__meta__.py
index 09ce6e7..a951fb8 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, 3, 1, 'final', 0)
+__version_info__ = (3, 3, 2, 'final', 0)
def _get_version(version_info):