diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 23:39:15 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 23:39:15 +0000 |
| commit | 9ff3e972401239592812b60603cf5f547c9f4bda (patch) | |
| tree | fb39f8a8153d0d8bae910520e75709ace55bf6d8 /docutils/setup.py | |
| parent | e8388f2f7b1a8a71d667642e1aa5c49cd90820fe (diff) | |
| download | docutils-9ff3e972401239592812b60603cf5f547c9f4bda.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@2897 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 2f87954ec..9f5280717 100755 --- a/docutils/setup.py +++ b/docutils/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)', |
