Skip to content

Commit

Permalink
Upped version to 2.4 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
Waylan Limberg committed Feb 16, 2014
1 parent 1144e2a commit d7fa793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ next_url: release-2.4.html
Python-Markdown Changelog
=========================

__: Released version 2.4.0 ([Notes](release-2.4.html))
Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html))

Mar 22, 2013: Released version 2.3.1 (a bugfix release).

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, 4, 0, 'alpha', 0)
version_info = (2, 4, 0, 'final', 0)

def _get_version():
" Returns a PEP 386-compliant version number from version_info. "
Expand Down

0 comments on commit d7fa793

Please sign in to comment.