Skip to content

Commit 6315590

Browse files
author
Artem Yunusov
committed
2.0-beta tag.
1 parent 871b335 commit 6315590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"""
2929

3030
version = "2.0-alpha"
31-
version_info = (2,0,0, "alpha")
31+
version_info = (2,0,0, "beta")
3232

3333
import re, sys, codecs, htmlentitydefs
3434
from urlparse import urlparse, urlunparse

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = 'Markdown',
5-
version = '2.0-alpha',
5+
version = '2.0-beta',
66
description = "Python implementation of Markdown.",
77
author = "Manfred Stienstra and Yuri takhteyev",
88
author_email = "yuri [at] freewisdom.org",

0 commit comments

Comments
 (0)