diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-07 17:05:13 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-07 17:05:13 +0000 |
| commit | c271fa06a1a2ec866d4140763f25af3d82c32ada (patch) | |
| tree | 674cf343e6bfbd032777f2b2fe7019e7493e7c18 /docutils/setup.py | |
| parent | 010b8cb12a3e1c38879e19e34c4b22dbd6792503 (diff) | |
| download | docutils-c271fa06a1a2ec866d4140763f25af3d82c32ada.tar.gz | |
Release 0.4: set version number to 0.4
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/setup.py b/docutils/setup.py index 3991efe6a..2e502e1c3 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -49,7 +49,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.10', + 'version': '0.4', 'author': 'David Goodger', 'author_email': 'goodger@users.sourceforge.net', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
