summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-29 14:57:28 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-29 14:57:28 +0000
commitd55cec685e1514c070b2eb77bc6015dfebbedc1f (patch)
tree4287fb0f38c2e02f7f7cb220739355a79e17ed9e /setup.py
parent28026e7ade97c38008c5ac413d125ac53ba9ab31 (diff)
downloaddocutils-d55cec685e1514c070b2eb77bc6015dfebbedc1f.tar.gz
release 0.3.5
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c1dbd64a3..3740bef99 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ into useful formats, such as HTML, XML, and LaTeX. For
input Docutils supports reStructuredText, an easy-to-read,
what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60
'url': 'http://docutils.sourceforge.net/',
- 'version': '0.3.3+',
+ 'version': '0.3.5',
'author': 'David Goodger',
'author_email': 'goodger@users.sourceforge.net',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',