diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-08 20:18:54 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-08 20:31:32 -0500 |
commit | 780e53be650411920e891404e8cbdf7f7679861f (patch) | |
tree | 69e09f3c979bea2804713804f0b3b27b12e0a6d7 | |
parent | fc96b467832cfe4d7060017e439344b10c77a31b (diff) | |
download | markdown-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.
-rw-r--r-- | markdown/__version__.py | 2 | ||||
-rw-r--r-- | mkdocs.yml | 2 |
2 files changed, 2 insertions, 2 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(): @@ -9,7 +9,7 @@ use_directory_urls: true theme: name: nature icon: py.png - release: 2.6.11 + release: 3.0.dev issue_tracker: https://github.com/Python-Markdown/markdown/issues pages: |