summaryrefslogtreecommitdiff
path: root/markdown/__meta__.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2019-11-25 14:12:49 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2019-11-25 14:33:06 -0500
commit0891f61c9c9c45ef0dbc6bc4e7a95e0edd69136e (patch)
treed52948f6c300f374584a828d9d9b5e7d088d2ef0 /markdown/__meta__.py
parentb33aa850f23549a552faf9dc77876695a0c6ad0a (diff)
downloadpython-markdown-0891f61c9c9c45ef0dbc6bc4e7a95e0edd69136e.tar.gz
Bump version to 3.2.dev0.
As per the Contributing Guide, this should have happened before we commited various 3.2 related changes. In any event, version 3.2 is now officially in development status.
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 cc85257..328ad7f 100644
--- a/markdown/__meta__.py
+++ b/markdown/__meta__.py
@@ -31,7 +31,7 @@ except ImportError:
# (1, 2, 0, 'beta', 2) => "1.2b2"
# (1, 2, 0, 'rc', 4) => "1.2rc4"
# (1, 2, 0, 'final', 0) => "1.2"
-__version_info__ = (3, 1, 1, 'final', 0)
+__version_info__ = (3, 2, 0, 'dev', 0)
def _get_version(): # pragma: no cover