summaryrefslogtreecommitdiff
path: root/markdown/__meta__.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2022-07-15 10:08:11 -0400
committerGitHub <noreply@github.com>2022-07-15 10:08:11 -0400
commita884a99173e44b76d28ffb34f27995aa70e5b938 (patch)
treec37c6cce477ccd8b62233d473ef5a82d7c84ae2d /markdown/__meta__.py
parentc0f6e5a31ea8e7fe98910a0523144c2a96fa9bf1 (diff)
downloadpython-markdown-a884a99173e44b76d28ffb34f27995aa70e5b938.tar.gz
Bump version to 3.43.4
Cleaned up the release notes.
Diffstat (limited to 'markdown/__meta__.py')
-rw-r--r--markdown/__meta__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/__meta__.py b/markdown/__meta__.py
index 92dd5cf..1c6c441 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, 0, 'dev', 0)
+__version_info__ = (3, 4, 0, 'final', 0)
def _get_version(version_info):