summaryrefslogtreecommitdiff
path: root/markdown
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2023-03-22 11:56:51 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2023-03-22 13:03:59 -0400
commit6a85e4d4e28e105d4e772a6c2ab8188ddeba1644 (patch)
tree637e682cab011d20ed2466f9f8775280fa18bae3 /markdown
parentb81bf17ef4928039bebd43c4d5426c6ba87e1076 (diff)
downloadpython-markdown-3.4.2.tar.gz
Bump version to 3.4.23.4.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 14ed840..17b4688 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, 4, 2, 'dev', 0)
+__version_info__ = (3, 4, 2, 'final', 0)
def _get_version(version_info):