Skip to content

Commit

Permalink
Version to 3.0.dev
Browse files Browse the repository at this point in the history
Development of version 3.0 starts here. Any bugfixes that should be
applied to 2.x should be backported to the 2.6 branch.
  • Loading branch information
waylan committed Jan 9, 2018
1 parent fc96b46 commit 780e53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion markdown/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 780e53b

Please sign in to comment.