Skip to content

Commit

Permalink
Upped version to 2.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Nov 25, 2015
1 parent a0cf768 commit 77464c6
Showing 1 changed file with 1 addition and 1 deletion.
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, 4, 'final', 0)
version_info = (2, 6, 5, 'final', 0)


def _get_version():
Expand Down

0 comments on commit 77464c6

Please sign in to comment.