diff options
-rw-r--r-- | docs/change_log.txt | 2 | ||||
-rw-r--r-- | markdown/__version__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/change_log.txt b/docs/change_log.txt index 158a12c..599f219 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -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). diff --git a/markdown/__version__.py b/markdown/__version__.py index 531e073..9b295e2 100644 --- a/markdown/__version__.py +++ b/markdown/__version__.py @@ -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. " |