Skip to content

Commit

Permalink
Upped version to 2.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Mar 21, 2016
1 parent 8eed886 commit 829743a
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, 5, 'final', 0)
version_info = (2, 6, 6, 'final', 0)


def _get_version():
Expand Down

0 comments on commit 829743a

Please sign in to comment.