aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2018-01-08 20:18:54 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2018-01-08 20:31:32 -0500
commit780e53be650411920e891404e8cbdf7f7679861f (patch)
tree69e09f3c979bea2804713804f0b3b27b12e0a6d7 /markdown
parentfc96b467832cfe4d7060017e439344b10c77a31b (diff)
downloadmarkdown-780e53be650411920e891404e8cbdf7f7679861f.tar.gz
markdown-780e53be650411920e891404e8cbdf7f7679861f.tar.bz2
markdown-780e53be650411920e891404e8cbdf7f7679861f.zip
Version to 3.0.dev
Development of version 3.0 starts here. Any bugfixes that should be applied to 2.x should be backported to the 2.6 branch.
Diffstat (limited to 'markdown')
-rw-r--r--markdown/__version__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/__version__.py b/markdown/__version__.py
index 4a13264..b01909e 100644
--- a/markdown/__version__.py
+++ b/markdown/__version__.py
@@ -5,7 +5,7 @@
# (major, minor, micro, alpha/beta/rc/final, #)
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
# (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 11, 'final', 0)
+version_info = (3, 0, 0, 'alpha', 0)
def _get_version():