summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 18:28:09 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 18:28:09 +0000
commitd9e9593ec5300a630f2aaf03ce6ad73fd06bcd66 (patch)
tree8cff9a9a7a4ddcffb8e1a0774d58c92534f17afb /setup.py
parent151142e8f66bc0b219e21025e65b8e2bd5480961 (diff)
downloaddocutils-d9e9593ec5300a630f2aaf03ce6ad73fd06bcd66.tar.gz
changed version info to "release"
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4260 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 ad0c600a3..84032bdac 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,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-pre',
+ 'version': '0.4',
'author': 'David Goodger',
'author_email': 'goodger@users.sourceforge.net',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',