Skip to content

Commit

Permalink
Upped to version 2.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Oct 26, 2015
1 parent 2e4f1f7 commit 9ce3138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ next_url: release-2.6.html
Python-Markdown Change Log
=========================

Oct 26, 2015: Released version 2.6.3 (a bug-fix release).

Apr 20, 2015: Released version 2.6.2 (a bug-fix release).

Mar 8, 2015: Released version 2.6.1 (a bug-fix release). The (new)
Expand Down
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, 2, 'final', 0)
version_info = (2, 6, 3, 'final', 0)


def _get_version():
Expand Down

0 comments on commit 9ce3138

Please sign in to comment.