summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-12-23 23:39:15 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-12-23 23:39:15 +0000
commit740682332c3a17b86db19fa219a99e44e74e24af (patch)
treefa2ab4c63be42d9631a52393923817249110e4f0 /setup.py
parent825684c2919c06fd9bc2208aa135f5d79fa6e948 (diff)
downloaddocutils-740682332c3a17b86db19fa219a99e44e74e24af.tar.gz
Release 0.3.7: set version number to 0.3.7
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2897 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 2f87954ec..9f5280717 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.4.0',
+ 'version': '0.3.7',
'author': 'David Goodger',
'author_email': 'goodger@users.sourceforge.net',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',