Skip to content

Commit c84c828

Browse files
author
Waylan Limberg
committed
Upped version to 2.0 and a few edits to release notes.
1 parent b846f2c commit c84c828

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/release.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ extensions to the distribution (including an extension that mimics PHP Markdown
88
Extra), all while maintaining backward compatibility with the end user API in
99
version 1.7.
1010

11+
Python-Markdown supports Python versions 2.3, 2.4, 2.5, and 2.6. We've even
12+
released a version converted to Python 3.0!
13+
1114
Backwards-incompatible Changes
1215
------------------------------
1316

markdown/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
License: BSD (see docs/LICENSE for details).
4040
"""
4141

42-
version = "2.0-rc2"
43-
version_info = (2,0,0, "rc2")
42+
version = "2.0"
43+
version_info = (2,0,0, "Final")
4444

4545
import re
4646
import codecs

0 commit comments

Comments
 (0)