diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-26 21:21:48 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-26 21:21:48 +0000 |
| commit | 0fb7358eb0c52adad5eaad4f8cdd5298f24c86ac (patch) | |
| tree | 78a45431bfd68282a5c438db5a422dd9bb77b9bc /docutils/setup.py | |
| parent | 68b8dfa6a60daa22a0751bc635805e8c8abde109 (diff) | |
| download | docutils-0fb7358eb0c52adad5eaad4f8cdd5298f24c86ac.tar.gz | |
Release 0.3.9: set version number to 0.3.9
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3374 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 218650b30..6fc4879b3 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.3.8', + 'version': '0.3.9', 'author': 'David Goodger', 'author_email': 'goodger@users.sourceforge.net', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
